Html Css Color HEX #367D06 Bilbao

📋 copy color: '#367D06'

red 54 ◦ green 125 ◦ blue 6

#367D06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #367D06

Tints of Bilbao #367D06

RGB

 RED value IS 54 (21.48% from 255) = 29.19%

 GREEN value IS 125 (49.22% from 255) = 67.57%

 BLUE value IS 6 (2.73% from 255) = 3.24%

R = 29.19%
G = 67.57%
B = 3.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#367D06 (or 0x367D06) is known color: Bilbao. HEX triplet: 36, 7D and 06. RGB value is (54,125,6). Sum of RGB (Red+Green+Blue) = 54+125+6=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 125 (49.22% from 255 or 67.57% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 125 - color contains mainly: green. Hex color #367D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367D06 is #C982F9. Grayscale: #5A5A5A. Windows color (decimal): -13206266 or 425270. OLE color: 425270.

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

Color convert

RGB 54 125 6 -
CMYK 0.57 0 0.95 0.51
HSL 95.8º 0.91% 0.26% -
HSV(B) 95.8º 0.95% 0.49% -
XYZ 8.89 15.46 2.69 -
YUV 90.21 80.48 102.18 -
System Red Green Blue C M Y K H S L
Decimal 54 125 6 0.57 0 0.95 0.51 95.8 0.91 0.26
Hex 36 7D 6 39 0 5F 33 60 5B 1A
Octal 66 175 6 71 0 137 63 140 133 32
Binary 110110 1111101 110 111001 0 1011111 110011 1100000 1011011 11010

Color Harmonies of #367D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D06

Black with #367D06

Text Example


Text Example

White with #367D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #367D06;
 }
 .AnyTagClassName
 {
   color: #367D06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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