#356718

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

Shades of Bilbao #356718

Tints of Bilbao #356718

Color information

#356718 (or 0x356718) is unknown color: approx Bilbao. HEX triplet: 35, 67 and 18. RGB value is (53,103,24). Sum of RGB (Red+Green+Blue) = 53+103+24=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #356718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356718 is #CA98E7. Grayscale: #4F4F4F. Windows color (decimal): -13277416 or 1599285. OLE color: 1599285.

HSL color Cylindrical-coordinate representation of color #356718: hue angle of 97.97º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356718 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB5310324-
CMYK0.4900.770.60
HSL97.97º62.2%24.9%-
HSV(B)97.97º76.7%40.39%-
XYZ6.4810.522.55-
YUV79.0496.94109.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 103 (40.62% from 255) = 57.22%
BLUE value IS 24 (9.77% from 255) = 13.33%
R=29.44%
G=57.22%
B=13.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53103240.4900.770.6097.9762.224.9
Hex3567183104D3C623e19
Octal6514730610115741427631
Binary11010111001111100011000101001101111100110001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356718; }

 p { color: rgb(53,103,24); }

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

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

 a { background-color: rgb(53,103,24); }

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

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

 span { border-color: rgb(53,103,24); }

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