#367D07

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

Shades of Bilbao #367D07

Tints of Bilbao #367D07

Color information

#367D07 (or 0x367D07) is unknown color: approx Bilbao. HEX triplet: 36, 7D and 07. RGB value is (54,125,7). Sum of RGB (Red+Green+Blue) = 54+125+7=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 125 (49.22% from 255 or 67.20% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 125 - color contains mainly: green. Hex color #367D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367D07 is #C982F8. Grayscale: #5A5A5A. Windows color (decimal): -13206265 or 490806. OLE color: 490806.

HSL color Cylindrical-coordinate representation of color #367D07: hue angle of 96.1º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #367D07 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB541257-
CMYK0.5700.940.51
HSL96.1º89.39%25.88%-
HSV(B)96.1º94.4%49.02%-
XYZ8.8915.472.72-
YUV90.3280.98102.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 125 (49.22% from 255) = 67.20%
BLUE value IS 7 (3.12% from 255) = 3.76%
R=29.03%
G=67.20%
B=3.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5412570.5700.940.5196.189.3925.88
Hex367D73905E3360591a
Octal6617577101366314013132
Binary1101101111101111111001010111101100111100000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,125,7); }

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

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

 a { background-color: rgb(54,125,7); }

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

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

 span { border-color: rgb(54,125,7); }

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