#397069

Color #397069 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #397069

Tints of Genoa #397069

Color information

#397069 (or 0x397069) is unknown color: approx 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

RGB57112105-
CMYK0.4900.060.56
HSL172.36º32.54%33.14%-
HSV(B)172.36º49.11%43.92%-
XYZ10.0313.4815.44-
YUV94.76133.78101.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=20.80%
G=40.88%
B=38.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571121050.4900.060.56172.3632.5433.14
Hex397069310638ac2121
Octal711601516106702544141
Binary11100111100001101001110001011011100010101100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>