#348617

Color #348617 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #348617

Tints of Bilbao #348617

Color information

#348617 (or 0x348617) is unknown color: approx Bilbao. HEX triplet: 34, 86 and 17. RGB value is (52,134,23). Sum of RGB (Red+Green+Blue) = 52+134+23=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 134 (52.73% from 255 or 64.11% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 134 - color contains mainly: green. Hex color #348617 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348617 is #CB79E8. Grayscale: #616161. Windows color (decimal): -13335017 or 1541684. OLE color: 1541684.

HSL color Cylindrical-coordinate representation of color #348617: hue angle of 104.32º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #348617 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB5213423-
CMYK0.6100.830.47
HSL104.32º70.7%30.78%-
HSV(B)104.32º82.84%52.55%-
XYZ10.117.843.72-
YUV96.8386.3396.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 134 (52.73% from 255) = 64.11%
BLUE value IS 23 (9.38% from 255) = 11.00%
R=24.88%
G=64.11%
B=11.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52134230.6100.830.47104.3270.730.78
Hex3486173D0532F68471f
Octal64206277501235715010737
Binary1101001000011010111111101010100111011111101000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348617; }

 p { color: rgb(52,134,23); }

 H1.HeaderClassName
 {
   color: #348617;
 }
 .AnyTagClassName
 {
   color: #348617;
 }
</style>
background-color css

<style>
 a { background-color: #348617; }

 a { background-color: rgb(52,134,23); }

 div.DivClassName
 {
   background-color: #348617;
 }
 .BgClassName
 {
   background-color: #348617;
 }
</style>
border-color css

<style>
 span { border-color: #348617; }

 span { border-color: rgb(52,134,23); }

 td.TdClassName
 {
   border-color: #348617;
 }
 .TagClassName
 {
   border-color: #348617;
 }
</style>