Html Css Color HEX #397A6F Genoa

📋 copy color: '#397A6F'

red 57 ◦ green 122 ◦ blue 111

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

Shades of Genoa #397A6F

Tints of Genoa #397A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.28%

R = 19.66%
G = 42.07%
B = 38.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#397A6F (or 0x397A6F) is known color: Genoa. HEX triplet: 39, 7A and 6F. RGB value is (57,122,111). Sum of RGB (Red+Green+Blue) = 57+122+111=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #397A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A6F is #C68590. Grayscale: #656565. Windows color (decimal): -13010321 or 7305785. OLE color: 7305785.

HSL color Cylindrical-coordinate representation of color #397A6F: hue angle of 169.85º 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 #397A6F is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 122 111 -
CMYK 0.53 0 0.09 0.52
HSL 169.85º 0.36% 0.35% -
HSV(B) 169.85º 0.53% 0.48% -
XYZ 11.52 15.94 17.51 -
YUV 101.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 57 122 111 0.53 0 0.09 0.52 169.85 0.36 0.35
Hex 39 7A 6F 35 0 9 34 AA 24 23
Octal 71 172 157 65 0 11 64 252 44 43
Binary 111001 1111010 1101111 110101 0 1001 110100 10101010 100100 100011

Color Harmonies of #397A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A6F

Black with #397A6F

Text Example


Text Example

White with #397A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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