#397670

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

Shades of Genoa #397670

Tints of Genoa #397670

Color information

#397670 (or 0x397670) is unknown color: approx Genoa. HEX triplet: 39, 76 and 70. RGB value is (57,118,112). Sum of RGB (Red+Green+Blue) = 57+118+112=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #397670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397670 is #C6898F. Grayscale: #636363. Windows color (decimal): -13011344 or 7370297. OLE color: 7370297.

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

Color convert

RGB57118112-
CMYK0.5200.050.54
HSL174.1º34.86%34.31%-
HSV(B)174.1º51.69%46.27%-
XYZ11.091517.64-
YUV99.08135.2997.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=19.86%
G=41.11%
B=39.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571181120.5200.050.54174.134.8634.31
Hex397670340536ae2322
Octal711661606405662564342
Binary11100111101101110000110100010111011010101110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397670; }

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

 H1.HeaderClassName
 {
   color: #397670;
 }
 .AnyTagClassName
 {
   color: #397670;
 }
</style>
background-color css

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

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

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

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

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

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