Html Css Color HEX #397062 Genoa

📋 copy color: '#397062'

red 57 ◦ green 112 ◦ blue 98

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

Shades of Genoa #397062

Tints of Genoa #397062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.95%

 BLUE value IS 98 (38.67% from 255) = 36.7%

R = 21.35%
G = 41.95%
B = 36.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#397062 (or 0x397062) is known color: Genoa. HEX triplet: 39, 70 and 62. RGB value is (57,112,98). Sum of RGB (Red+Green+Blue) = 57+112+98=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #397062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397062 is #C68F9D. Grayscale: #5D5D5D. Windows color (decimal): -13012894 or 6451257. OLE color: 6451257.

HSL color Cylindrical-coordinate representation of color #397062: hue angle of 164.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #397062 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 98 -
CMYK 0.49 0 0.13 0.56
HSL 164.73º 0.33% 0.33% -
HSV(B) 164.73º 0.49% 0.44% -
XYZ 9.69 13.34 13.62 -
YUV 93.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 57 112 98 0.49 0 0.13 0.56 164.73 0.33 0.33
Hex 39 70 62 31 0 D 38 A5 21 21
Octal 71 160 142 61 0 15 70 245 41 41
Binary 111001 1110000 1100010 110001 0 1101 111000 10100101 100001 100001

Color Harmonies of #397062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397062

Black with #397062

Text Example


Text Example

White with #397062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397062; }

 p { color: rgb(57,112,98); }

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

background-color css

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

 a { background-color: rgb(57,112,98); }

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

border-color css

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

 span { border-color: rgb(57,112,98); }

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