Html Css Color HEX #37700C Bilbao

📋 copy color: '#37700C'

red 55 ◦ green 112 ◦ blue 12

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

Shades of Bilbao #37700C

Tints of Bilbao #37700C

RGB

 RED value IS 55 (21.88% from 255) = 30.73%

 GREEN value IS 112 (44.14% from 255) = 62.57%

 BLUE value IS 12 (5.08% from 255) = 6.7%

R = 30.73%
G = 62.57%
B = 6.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#37700C (or 0x37700C) is known color: Bilbao. HEX triplet: 37, 70 and 0C. RGB value is (55,112,12). Sum of RGB (Red+Green+Blue) = 55+112+12=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #37700C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37700C is #C88FF3. Grayscale: #535353. Windows color (decimal): -13144052 or 815159. OLE color: 815159.

HSL color Cylindrical-coordinate representation of color #37700C: hue angle of 94.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #37700C is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 12 -
CMYK 0.51 0 0.89 0.56
HSL 94.2º 0.81% 0.24% -
HSV(B) 94.2º 0.89% 0.44% -
XYZ 7.44 12.43 2.35 -
YUV 83.56 87.62 107.63 -
System Red Green Blue C M Y K H S L
Decimal 55 112 12 0.51 0 0.89 0.56 94.2 0.81 0.24
Hex 37 70 C 33 0 59 38 5E 51 18
Octal 67 160 14 63 0 131 70 136 121 30
Binary 110111 1110000 1100 110011 0 1011001 111000 1011110 1010001 11000

Color Harmonies of #37700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37700C

Black with #37700C

Text Example


Text Example

White with #37700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37700C; }

 p { color: rgb(55,112,12); }

 H1.HeaderClassName
 {
   color: #37700C;
 }
 .AnyTagClassName
 {
   color: #37700C;
 }
</style>

background-color css

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

 a { background-color: rgb(55,112,12); }

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

border-color css

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

 span { border-color: rgb(55,112,12); }

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