#367816

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

Shades of Bilbao #367816

Tints of Bilbao #367816

Color information

#367816 (or 0x367816) is unknown color: approx Bilbao. HEX triplet: 36, 78 and 16. RGB value is (54,120,22). Sum of RGB (Red+Green+Blue) = 54+120+22=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 120 (47.27% from 255 or 61.22% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 120 - color contains mainly: green. Hex color #367816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367816 is #C987E9. Grayscale: #595959. Windows color (decimal): -13207530 or 1472566. OLE color: 1472566.

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

Color convert

RGB5412022-
CMYK0.5500.820.53
HSL100.41º69.01%27.84%-
HSV(B)100.41º81.67%47.06%-
XYZ8.3814.283.07-
YUV89.0990.13102.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.55%
GREEN value IS 120 (47.27% from 255) = 61.22%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=27.55%
G=61.22%
B=11.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54120220.5500.820.53100.4169.0127.84
Hex367816370523564451c
Octal66170266701226514410534
Binary110110111100010110110111010100101101011100100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367816; }

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

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

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

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

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

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

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

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