Html Css Color HEX #37700E Bilbao

📋 copy color: '#37700E'

red 55 ◦ green 112 ◦ blue 14

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

Shades of Bilbao #37700E

Tints of Bilbao #37700E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.73%

R = 30.39%
G = 61.88%
B = 7.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#37700E (or 0x37700E) is known color: Bilbao. HEX triplet: 37, 70 and 0E. RGB value is (55,112,14). Sum of RGB (Red+Green+Blue) = 55+112+14=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #37700E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37700E is #C88FF1. Grayscale: #545454. Windows color (decimal): -13144050 or 946231. OLE color: 946231.

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

Color convert

RGB 55 112 14 -
CMYK 0.51 0 0.88 0.56
HSL 94.9º 0.78% 0.25% -
HSV(B) 94.9º 0.88% 0.44% -
XYZ 7.45 12.43 2.42 -
YUV 83.79 88.62 107.47 -
System Red Green Blue C M Y K H S L
Decimal 55 112 14 0.51 0 0.88 0.56 94.9 0.78 0.25
Hex 37 70 E 33 0 58 38 5F 4E 19
Octal 67 160 16 63 0 130 70 137 116 31
Binary 110111 1110000 1110 110011 0 1011000 111000 1011111 1001110 11001

Color Harmonies of #37700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37700E

Black with #37700E

Text Example


Text Example

White with #37700E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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