Html Css Color HEX #377E71 Genoa

📋 copy color: '#377E71'

red 55 ◦ green 126 ◦ blue 113

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

Shades of Genoa #377E71

Tints of Genoa #377E71

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.86%

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 18.71%
G = 42.86%
B = 38.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#377E71 (or 0x377E71) is known color: Genoa. HEX triplet: 37, 7E and 71. RGB value is (55,126,113). Sum of RGB (Red+Green+Blue) = 55+126+113=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 126 - color contains mainly: green. Hex color #377E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377E71 is #C8818E. Grayscale: #676767. Windows color (decimal): -13140367 or 7437879. OLE color: 7437879.

HSL color Cylindrical-coordinate representation of color #377E71: hue angle of 169.01º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377E71 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 126 113 -
CMYK 0.56 0 0.10 0.51
HSL 169.01º 0.39% 0.35% -
HSV(B) 169.01º 0.56% 0.49% -
XYZ 12.02 16.93 18.26 -
YUV 103.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 55 126 113 0.56 0 0.10 0.51 169.01 0.39 0.35
Hex 37 7E 71 38 0 A 33 A9 27 23
Octal 67 176 161 70 0 12 63 251 47 43
Binary 110111 1111110 1110001 111000 0 1010 110011 10101001 100111 100011

Color Harmonies of #377E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377E71

Black with #377E71

Text Example


Text Example

White with #377E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,126,113); }

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

background-color css

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

 a { background-color: rgb(55,126,113); }

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

border-color css

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

 span { border-color: rgb(55,126,113); }

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