#367818

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

Shades of Bilbao #367818

Tints of Bilbao #367818

Color information

#367818 (or 0x367818) is unknown color: approx Bilbao. HEX triplet: 36, 78 and 18. RGB value is (54,120,24). Sum of RGB (Red+Green+Blue) = 54+120+24=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #367818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367818 is #C987E7. Grayscale: #595959. Windows color (decimal): -13207528 or 1603638. OLE color: 1603638.

HSL color Cylindrical-coordinate representation of color #367818: hue angle of 101.25º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #367818 is Cyan = 0.55, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB5412024-
CMYK0.5500.80.53
HSL101.25º66.67%28.24%-
HSV(B)101.25º80%47.06%-
XYZ8.414.283.18-
YUV89.3291.13102.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.27%
GREEN value IS 120 (47.27% from 255) = 60.61%
BLUE value IS 24 (9.77% from 255) = 12.12%
R=27.27%
G=60.61%
B=12.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54120240.5500.80.53101.2566.6728.24
Hex367818370503565431c
Octal66170306701206514510334
Binary110110111100011000110111010100001101011100101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367818; }

 p { color: rgb(54,120,24); }

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

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

 a { background-color: rgb(54,120,24); }

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

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

 span { border-color: rgb(54,120,24); }

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