Html Css Color HEX #397069 Genoa

📋 copy color: '#397069'

red 57 ◦ green 112 ◦ blue 105

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

Shades of Genoa #397069

Tints of Genoa #397069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.32%

R = 20.8%
G = 40.88%
B = 38.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#397069 (or 0x397069) is known color: Genoa. HEX triplet: 39, 70 and 69. RGB value is (57,112,105). Sum of RGB (Red+Green+Blue) = 57+112+105=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #397069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397069 is #C68F96. Grayscale: #5E5E5E. Windows color (decimal): -13012887 or 6910009. OLE color: 6910009.

HSL color Cylindrical-coordinate representation of color #397069: hue angle of 172.36º 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 #397069 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 105 -
CMYK 0.49 0 0.06 0.56
HSL 172.36º 0.33% 0.33% -
HSV(B) 172.36º 0.49% 0.44% -
XYZ 10.03 13.48 15.44 -
YUV 94.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 57 112 105 0.49 0 0.06 0.56 172.36 0.33 0.33
Hex 39 70 69 31 0 6 38 AC 21 21
Octal 71 160 151 61 0 6 70 254 41 41
Binary 111001 1110000 1101001 110001 0 110 111000 10101100 100001 100001

Color Harmonies of #397069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397069

Black with #397069

Text Example


Text Example

White with #397069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397069; }

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

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

background-color css

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

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

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

border-color css

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

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

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