Html Css Color HEX #397772 Genoa

📋 copy color: '#397772'

red 57 ◦ green 119 ◦ blue 114

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

Shades of Genoa #397772

Tints of Genoa #397772

RGB

 RED value IS 57 (22.66% from 255) = 19.66%

 GREEN value IS 119 (46.88% from 255) = 41.03%

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

R = 19.66%
G = 41.03%
B = 39.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#397772 (or 0x397772) is known color: Genoa. HEX triplet: 39, 77 and 72. RGB value is (57,119,114). Sum of RGB (Red+Green+Blue) = 57+119+114=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #397772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397772 is #C6888D. Grayscale: #636363. Windows color (decimal): -13011086 or 7501625. OLE color: 7501625.

HSL color Cylindrical-coordinate representation of color #397772: hue angle of 175.16º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397772 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 119 114 -
CMYK 0.52 0 0.04 0.53
HSL 175.16º 0.35% 0.35% -
HSV(B) 175.16º 0.52% 0.47% -
XYZ 11.32 15.28 18.27 -
YUV 99.89 135.96 97.41 -
System Red Green Blue C M Y K H S L
Decimal 57 119 114 0.52 0 0.04 0.53 175.16 0.35 0.35
Hex 39 77 72 34 0 4 35 AF 23 23
Octal 71 167 162 64 0 4 65 257 43 43
Binary 111001 1110111 1110010 110100 0 100 110101 10101111 100011 100011

Color Harmonies of #397772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397772

Black with #397772

Text Example


Text Example

White with #397772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397772; }

 p { color: rgb(57,119,114); }

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

background-color css

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

 a { background-color: rgb(57,119,114); }

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

border-color css

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

 span { border-color: rgb(57,119,114); }

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