#366914

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

Shades of Bilbao #366914

Tints of Bilbao #366914

Color information

#366914 (or 0x366914) is unknown color: approx Bilbao. HEX triplet: 36, 69 and 14. RGB value is (54,105,20). Sum of RGB (Red+Green+Blue) = 54+105+20=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 105 (41.41% from 255 or 58.66% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 105 - color contains mainly: green. Hex color #366914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366914 is #C996EB. Grayscale: #505050. Windows color (decimal): -13211372 or 1337654. OLE color: 1337654.

HSL color Cylindrical-coordinate representation of color #366914: hue angle of 96º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #366914 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB5410520-
CMYK0.4900.810.59
HSL96º68%24.51%-
HSV(B)96º80.95%41.18%-
XYZ6.710.942.42-
YUV80.0694.1109.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 105 (41.41% from 255) = 58.66%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=30.17%
G=58.66%
B=11.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54105200.4900.810.59966824.51
Hex366914310513B604419
Octal66151246101217314010431
Binary110110110100110100110001010100011110111100000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366914; }

 p { color: rgb(54,105,20); }

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

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

 a { background-color: rgb(54,105,20); }

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

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

 span { border-color: rgb(54,105,20); }

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