Html Css Color HEX #377F70 Genoa

📋 copy color: '#377F70'

red 55 ◦ green 127 ◦ blue 112

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

Shades of Genoa #377F70

Tints of Genoa #377F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 18.71%
G = 43.2%
B = 38.1%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#377F70 (or 0x377F70) is known color: Genoa. HEX triplet: 37, 7F and 70. RGB value is (55,127,112). Sum of RGB (Red+Green+Blue) = 55+127+112=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #377F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F70 is #C8808F. Grayscale: #676767. Windows color (decimal): -13140112 or 7372599. OLE color: 7372599.

HSL color Cylindrical-coordinate representation of color #377F70: hue angle of 167.5º 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 #377F70 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 112 -
CMYK 0.57 0 0.12 0.50
HSL 167.5º 0.4% 0.36% -
HSV(B) 167.5º 0.57% 0.5% -
XYZ 12.09 17.16 18 -
YUV 103.76 132.65 93.22 -
System Red Green Blue C M Y K H S L
Decimal 55 127 112 0.57 0 0.12 0.50 167.5 0.4 0.36
Hex 37 7F 70 39 0 C 32 A8 28 24
Octal 67 177 160 71 0 14 62 250 50 44
Binary 110111 1111111 1110000 111001 0 1100 110010 10101000 101000 100100

Color Harmonies of #377F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F70

Black with #377F70

Text Example


Text Example

White with #377F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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