Html Css Color HEX #37760C Bilbao

📋 copy color: '#37760C'

red 55 ◦ green 118 ◦ blue 12

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

Shades of Bilbao #37760C

Tints of Bilbao #37760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 63.78%

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

R = 29.73%
G = 63.78%
B = 6.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#37760C (or 0x37760C) is known color: Bilbao. HEX triplet: 37, 76 and 0C. RGB value is (55,118,12). Sum of RGB (Red+Green+Blue) = 55+118+12=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 118 (46.48% from 255 or 63.78% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 118 - color contains mainly: green. Hex color #37760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37760C is #C889F3. Grayscale: #575757. Windows color (decimal): -13142516 or 816695. OLE color: 816695.

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

Color convert

RGB 55 118 12 -
CMYK 0.53 0 0.90 0.54
HSL 95.66º 0.82% 0.25% -
HSV(B) 95.66º 0.9% 0.46% -
XYZ 8.12 13.8 2.58 -
YUV 87.08 85.63 105.12 -
System Red Green Blue C M Y K H S L
Decimal 55 118 12 0.53 0 0.90 0.54 95.66 0.82 0.25
Hex 37 76 C 35 0 5A 36 60 52 19
Octal 67 166 14 65 0 132 66 140 122 31
Binary 110111 1110110 1100 110101 0 1011010 110110 1100000 1010010 11001

Color Harmonies of #37760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37760C

Black with #37760C

Text Example


Text Example

White with #37760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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