Html Css Color HEX #377C71 Genoa

📋 copy color: '#377C71'

red 55 ◦ green 124 ◦ blue 113

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

Shades of Genoa #377C71

Tints of Genoa #377C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.47%

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

R = 18.84%
G = 42.47%
B = 38.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#377C71 (or 0x377C71) is known color: Genoa. HEX triplet: 37, 7C and 71. RGB value is (55,124,113). Sum of RGB (Red+Green+Blue) = 55+124+113=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #377C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C71 is #C8838E. Grayscale: #666666. Windows color (decimal): -13140879 or 7437367. OLE color: 7437367.

HSL color Cylindrical-coordinate representation of color #377C71: hue angle of 170.43º 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 #377C71 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 124 113 -
CMYK 0.56 0 0.09 0.51
HSL 170.43º 0.39% 0.35% -
HSV(B) 170.43º 0.56% 0.49% -
XYZ 11.76 16.42 18.17 -
YUV 102.12 134.14 94.39 -
System Red Green Blue C M Y K H S L
Decimal 55 124 113 0.56 0 0.09 0.51 170.43 0.39 0.35
Hex 37 7C 71 38 0 9 33 AA 27 23
Octal 67 174 161 70 0 11 63 252 47 43
Binary 110111 1111100 1110001 111000 0 1001 110011 10101010 100111 100011

Color Harmonies of #377C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C71

Black with #377C71

Text Example


Text Example

White with #377C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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