Html Css Color HEX #377D73 Genoa

📋 copy color: '#377D73'

red 55 ◦ green 125 ◦ blue 115

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

Shades of Genoa #377D73

Tints of Genoa #377D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.37%

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 18.64%
G = 42.37%
B = 38.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#377D73 (or 0x377D73) is known color: Genoa. HEX triplet: 37, 7D and 73. RGB value is (55,125,115). Sum of RGB (Red+Green+Blue) = 55+125+115=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 125 - color contains mainly: green. Hex color #377D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D73 is #C8828C. Grayscale: #666666. Windows color (decimal): -13140621 or 7568695. OLE color: 7568695.

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

Color convert

RGB 55 125 115 -
CMYK 0.56 0 0.08 0.51
HSL 171.43º 0.39% 0.35% -
HSV(B) 171.43º 0.56% 0.49% -
XYZ 12 16.72 18.81 -
YUV 102.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 55 125 115 0.56 0 0.08 0.51 171.43 0.39 0.35
Hex 37 7D 73 38 0 8 33 AB 27 23
Octal 67 175 163 70 0 10 63 253 47 43
Binary 110111 1111101 1110011 111000 0 1000 110011 10101011 100111 100011

Color Harmonies of #377D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D73

Black with #377D73

Text Example


Text Example

White with #377D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,125,115); }

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

background-color css

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

 a { background-color: rgb(55,125,115); }

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

border-color css

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

 span { border-color: rgb(55,125,115); }

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