#367400

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

Shades of Bilbao #367400

Tints of Bilbao #367400

Color information

#367400 (or 0x367400) is unknown color: approx Bilbao. HEX triplet: 36, 74 and 00. RGB value is (54,116,0). Sum of RGB (Red+Green+Blue) = 54+116+0=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 116 (45.70% from 255 or 68.24% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 116 - color contains mainly: green. Hex color #367400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367400 is #C98BFF. Grayscale: #545454. Windows color (decimal): -13208576 or 29750. OLE color: 29750.

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

Color convert

RGB541160-
CMYK0.53010.55
HSL92.07º100%22.75%-
HSV(B)92.07º100%45.49%-
XYZ7.7713.282.15-
YUV84.2480.46106.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.76%
GREEN value IS 116 (45.70% from 255) = 68.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.76%
G=68.24%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5411600.53010.5592.0710022.75
Hex3674035064375c6417
Octal6616406501446713414427
Binary11011011101000110101011001001101111011100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367400; }

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

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

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

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

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

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

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

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