#367205

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

Shades of Bilbao #367205

Tints of Bilbao #367205

Color information

#367205 (or 0x367205) is unknown color: approx Bilbao. HEX triplet: 36, 72 and 05. RGB value is (54,114,5). Sum of RGB (Red+Green+Blue) = 54+114+5=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 114 (44.92% from 255 or 65.90% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 114 - color contains mainly: green. Hex color #367205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367205 is #C98DFA. Grayscale: #545454. Windows color (decimal): -13209083 or 356918. OLE color: 356918.

HSL color Cylindrical-coordinate representation of color #367205: hue angle of 93.03º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #367205 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB541145-
CMYK0.5300.960.55
HSL93.03º91.6%23.33%-
HSV(B)93.03º95.61%44.71%-
XYZ7.5712.832.22-
YUV83.6383.62106.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.21%
GREEN value IS 114 (44.92% from 255) = 65.90%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=31.21%
G=65.90%
B=2.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5411450.5300.960.5593.0391.623.33
Hex3672535060375d5c17
Octal6616256501406713513427
Binary1101101110010101110101011000001101111011101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367205; }

 p { color: rgb(54,114,5); }

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

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

 a { background-color: rgb(54,114,5); }

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

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

 span { border-color: rgb(54,114,5); }

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