Html Css Color HEX #37726A Genoa

📋 copy color: '#37726A'

red 55 ◦ green 114 ◦ blue 106

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

Shades of Genoa #37726A

Tints of Genoa #37726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.45%

 BLUE value IS 106 (41.8% from 255) = 38.55%

R = 20%
G = 41.45%
B = 38.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#37726A (or 0x37726A) is known color: Genoa. HEX triplet: 37, 72 and 6A. RGB value is (55,114,106). Sum of RGB (Red+Green+Blue) = 55+114+106=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #37726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37726A is #C88D95. Grayscale: #5F5F5F. Windows color (decimal): -13143446 or 6976055. OLE color: 6976055.

HSL color Cylindrical-coordinate representation of color #37726A: hue angle of 171.86º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #37726A is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 114 106 -
CMYK 0.52 0 0.07 0.55
HSL 171.86º 0.35% 0.33% -
HSV(B) 171.86º 0.52% 0.45% -
XYZ 10.19 13.89 15.78 -
YUV 95.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 55 114 106 0.52 0 0.07 0.55 171.86 0.35 0.33
Hex 37 72 6A 34 0 7 37 AC 23 21
Octal 67 162 152 64 0 7 67 254 43 41
Binary 110111 1110010 1101010 110100 0 111 110111 10101100 100011 100001

Color Harmonies of #37726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37726A

Black with #37726A

Text Example


Text Example

White with #37726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37726A; }

 p { color: rgb(55,114,106); }

 H1.HeaderClassName
 {
   color: #37726A;
 }
 .AnyTagClassName
 {
   color: #37726A;
 }
</style>

background-color css

<style>
 a { background-color: #37726A; }

 a { background-color: rgb(55,114,106); }

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

border-color css

<style>
 span { border-color: #37726A; }

 span { border-color: rgb(55,114,106); }

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