#367F2A

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

Shades of Bilbao #367F2A

Tints of Bilbao #367F2A

Color information

#367F2A (or 0x367F2A) is unknown color: approx Bilbao. HEX triplet: 36, 7F and 2A. RGB value is (54,127,42). Sum of RGB (Red+Green+Blue) = 54+127+42=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 127 (50% from 255 or 56.95% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 127 - color contains mainly: green. Hex color #367F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367F2A is #C980D5. Grayscale: #5F5F5F. Windows color (decimal): -13205718 or 2785078. OLE color: 2785078.

HSL color Cylindrical-coordinate representation of color #367F2A: hue angle of 111.53º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #367F2A is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB5412742-
CMYK0.5700.670.50
HSL111.53º50.3%33.14%-
HSV(B)111.53º66.93%49.8%-
XYZ9.5316.134.8-
YUV95.4897.8298.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 127 (50% from 255) = 56.95%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=24.22%
G=56.95%
B=18.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54127420.5700.670.50111.5350.333.14
Hex367F2A3904332703221
Octal6617752710103621606241
Binary1101101111111101010111001010000111100101110000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367F2A; }

 p { color: rgb(54,127,42); }

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

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

 a { background-color: rgb(54,127,42); }

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

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

 span { border-color: rgb(54,127,42); }

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