Html Css Color HEX #37770C Bilbao

📋 copy color: '#37770C'

red 55 ◦ green 119 ◦ blue 12

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

Shades of Bilbao #37770C

Tints of Bilbao #37770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 63.98%

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

R = 29.57%
G = 63.98%
B = 6.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#37770C (or 0x37770C) is known color: Bilbao. HEX triplet: 37, 77 and 0C. RGB value is (55,119,12). Sum of RGB (Red+Green+Blue) = 55+119+12=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 119 (46.88% from 255 or 63.98% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 119 - color contains mainly: green. Hex color #37770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37770C is #C888F3. Grayscale: #585858. Windows color (decimal): -13142260 or 816951. OLE color: 816951.

HSL color Cylindrical-coordinate representation of color #37770C: hue angle of 95.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37770C is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 119 12 -
CMYK 0.54 0 0.90 0.53
HSL 95.89º 0.82% 0.26% -
HSV(B) 95.89º 0.9% 0.47% -
XYZ 8.24 14.03 2.62 -
YUV 87.67 85.3 104.7 -
System Red Green Blue C M Y K H S L
Decimal 55 119 12 0.54 0 0.90 0.53 95.89 0.82 0.26
Hex 37 77 C 36 0 5A 35 60 52 1A
Octal 67 167 14 66 0 132 65 140 122 32
Binary 110111 1110111 1100 110110 0 1011010 110101 1100000 1010010 11010

Color Harmonies of #37770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37770C

Black with #37770C

Text Example


Text Example

White with #37770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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