#367411

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

Shades of Bilbao #367411

Tints of Bilbao #367411

Color information

#367411 (or 0x367411) is unknown color: approx Bilbao. HEX triplet: 36, 74 and 11. RGB value is (54,116,17). Sum of RGB (Red+Green+Blue) = 54+116+17=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #367411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367411 is #C98BEE. Grayscale: #565656. Windows color (decimal): -13208559 or 1143862. OLE color: 1143862.

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

Color convert

RGB5411617-
CMYK0.5300.850.55
HSL97.58º74.44%26.08%-
HSV(B)97.58º85.34%45.49%-
XYZ7.8713.322.69-
YUV86.1888.96105.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.88%
GREEN value IS 116 (45.70% from 255) = 62.03%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=28.88%
G=62.03%
B=9.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54116170.5300.850.5597.5874.4426.08
Hex3674113505537624a1a
Octal66164216501256714211232
Binary110110111010010001110101010101011101111100010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367411; }

 p { color: rgb(54,116,17); }

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

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

 a { background-color: rgb(54,116,17); }

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

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

 span { border-color: rgb(54,116,17); }

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