Html Css Color HEX #397A70 Genoa

📋 copy color: '#397A70'

red 57 ◦ green 122 ◦ blue 112

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

Shades of Genoa #397A70

Tints of Genoa #397A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.92%

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

R = 19.59%
G = 41.92%
B = 38.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#397A70 (or 0x397A70) is known color: Genoa. HEX triplet: 39, 7A and 70. RGB value is (57,122,112). Sum of RGB (Red+Green+Blue) = 57+122+112=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 122 - color contains mainly: green. Hex color #397A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A70 is #C6858F. Grayscale: #656565. Windows color (decimal): -13010320 or 7371321. OLE color: 7371321.

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

Color convert

RGB 57 122 112 -
CMYK 0.53 0 0.08 0.52
HSL 170.77º 0.36% 0.35% -
HSV(B) 170.77º 0.53% 0.48% -
XYZ 11.57 15.96 17.8 -
YUV 101.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 57 122 112 0.53 0 0.08 0.52 170.77 0.36 0.35
Hex 39 7A 70 35 0 8 34 AB 24 23
Octal 71 172 160 65 0 10 64 253 44 43
Binary 111001 1111010 1110000 110101 0 1000 110100 10101011 100100 100011

Color Harmonies of #397A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A70

Black with #397A70

Text Example


Text Example

White with #397A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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