#397261

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

Shades of Genoa #397261

Tints of Genoa #397261

Color information

#397261 (or 0x397261) is unknown color: approx Genoa. HEX triplet: 39, 72 and 61. RGB value is (57,114,97). Sum of RGB (Red+Green+Blue) = 57+114+97=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #397261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397261 is #C68D9E. Grayscale: #5F5F5F. Windows color (decimal): -13012383 or 6386233. OLE color: 6386233.

HSL color Cylindrical-coordinate representation of color #397261: hue angle of 162.11º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397261 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB5711497-
CMYK0.5000.150.55
HSL162.11º33.33%33.53%-
HSV(B)162.11º50%44.71%-
XYZ9.8613.7713.45-
YUV95.02129.12100.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=21.27%
G=42.54%
B=36.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57114970.5000.150.55162.1133.3333.53
Hex397261320F37a22122
Octal7116214162017672424142
Binary111001111001011000011100100111111011110100010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397261; }

 p { color: rgb(57,114,97); }

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

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

 a { background-color: rgb(57,114,97); }

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

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

 span { border-color: rgb(57,114,97); }

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