Html Css Color HEX #377F72 Genoa

📋 copy color: '#377F72'

red 55 ◦ green 127 ◦ blue 114

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

Shades of Genoa #377F72

Tints of Genoa #377F72

RGB

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

 GREEN value IS 127 (50% from 255) = 42.91%

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 18.58%
G = 42.91%
B = 38.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#377F72 (or 0x377F72) is known color: Genoa. HEX triplet: 37, 7F and 72. RGB value is (55,127,114). Sum of RGB (Red+Green+Blue) = 55+127+114=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #377F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F72 is #C8808D. Grayscale: #676767. Windows color (decimal): -13140110 or 7503671. OLE color: 7503671.

HSL color Cylindrical-coordinate representation of color #377F72: hue angle of 169.17º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F72 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 114 -
CMYK 0.57 0 0.10 0.50
HSL 169.17º 0.4% 0.36% -
HSV(B) 169.17º 0.57% 0.5% -
XYZ 12.2 17.21 18.6 -
YUV 103.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 55 127 114 0.57 0 0.10 0.50 169.17 0.4 0.36
Hex 37 7F 72 39 0 A 32 A9 28 24
Octal 67 177 162 71 0 12 62 251 50 44
Binary 110111 1111111 1110010 111001 0 1010 110010 10101001 101000 100100

Color Harmonies of #377F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F72

Black with #377F72

Text Example


Text Example

White with #377F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377F72; }

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

 H1.HeaderClassName
 {
   color: #377F72;
 }
 .AnyTagClassName
 {
   color: #377F72;
 }
</style>

background-color css

<style>
 a { background-color: #377F72; }

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

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

border-color css

<style>
 span { border-color: #377F72; }

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

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