Html Css Color HEX #37706D Genoa

📋 copy color: '#37706D'

red 55 ◦ green 112 ◦ blue 109

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

Shades of Genoa #37706D

Tints of Genoa #37706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 19.93%
G = 40.58%
B = 39.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#37706D (or 0x37706D) is known color: Genoa. HEX triplet: 37, 70 and 6D. RGB value is (55,112,109). Sum of RGB (Red+Green+Blue) = 55+112+109=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #37706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37706D is #C88F92. Grayscale: #5E5E5E. Windows color (decimal): -13143955 or 7172151. OLE color: 7172151.

HSL color Cylindrical-coordinate representation of color #37706D: hue angle of 176.84º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37706D is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 109 -
CMYK 0.51 0 0.03 0.56
HSL 176.84º 0.34% 0.33% -
HSV(B) 176.84º 0.51% 0.44% -
XYZ 10.13 13.5 16.54 -
YUV 94.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 55 112 109 0.51 0 0.03 0.56 176.84 0.34 0.33
Hex 37 70 6D 33 0 3 38 B1 22 21
Octal 67 160 155 63 0 3 70 261 42 41
Binary 110111 1110000 1101101 110011 0 11 111000 10110001 100010 100001

Color Harmonies of #37706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37706D

Black with #37706D

Text Example


Text Example

White with #37706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37706D; }

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

 H1.HeaderClassName
 {
   color: #37706D;
 }
 .AnyTagClassName
 {
   color: #37706D;
 }
</style>

background-color css

<style>
 a { background-color: #37706D; }

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

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

border-color css

<style>
 span { border-color: #37706D; }

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

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