Html Css Color HEX #397570 Genoa

📋 copy color: '#397570'

red 57 ◦ green 117 ◦ blue 112

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

Shades of Genoa #397570

Tints of Genoa #397570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.91%

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

R = 19.93%
G = 40.91%
B = 39.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#397570 (or 0x397570) is known color: Genoa. HEX triplet: 39, 75 and 70. RGB value is (57,117,112). Sum of RGB (Red+Green+Blue) = 57+117+112=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #397570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397570 is #C68A8F. Grayscale: #626262. Windows color (decimal): -13011600 or 7370041. OLE color: 7370041.

HSL color Cylindrical-coordinate representation of color #397570: hue angle of 175º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397570 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 117 112 -
CMYK 0.51 0 0.04 0.54
HSL 175º 0.34% 0.34% -
HSV(B) 175º 0.51% 0.46% -
XYZ 10.97 14.76 17.6 -
YUV 98.49 135.62 98.41 -
System Red Green Blue C M Y K H S L
Decimal 57 117 112 0.51 0 0.04 0.54 175 0.34 0.34
Hex 39 75 70 33 0 4 36 AF 22 22
Octal 71 165 160 63 0 4 66 257 42 42
Binary 111001 1110101 1110000 110011 0 100 110110 10101111 100010 100010

Color Harmonies of #397570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397570

Black with #397570

Text Example


Text Example

White with #397570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397570; }

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

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

background-color css

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

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

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

border-color css

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

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

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