Html Css Color HEX #37766C Genoa

📋 copy color: '#37766C'

red 55 ◦ green 118 ◦ blue 108

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

Shades of Genoa #37766C

Tints of Genoa #37766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 19.57%
G = 41.99%
B = 38.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#37766C (or 0x37766C) is known color: Genoa. HEX triplet: 37, 76 and 6C. RGB value is (55,118,108). Sum of RGB (Red+Green+Blue) = 55+118+108=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #37766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37766C is #C88993. Grayscale: #616161. Windows color (decimal): -13142420 or 7108151. OLE color: 7108151.

HSL color Cylindrical-coordinate representation of color #37766C: hue angle of 170.48º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37766C is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 118 108 -
CMYK 0.53 0 0.08 0.54
HSL 170.48º 0.36% 0.34% -
HSV(B) 170.48º 0.53% 0.46% -
XYZ 10.76 14.85 16.49 -
YUV 98.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 55 118 108 0.53 0 0.08 0.54 170.48 0.36 0.34
Hex 37 76 6C 35 0 8 36 AA 24 22
Octal 67 166 154 65 0 10 66 252 44 42
Binary 110111 1110110 1101100 110101 0 1000 110110 10101010 100100 100010

Color Harmonies of #37766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37766C

Black with #37766C

Text Example


Text Example

White with #37766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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