#397265

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

Shades of Genoa #397265

Tints of Genoa #397265

Color information

#397265 (or 0x397265) is unknown color: approx Genoa. HEX triplet: 39, 72 and 65. RGB value is (57,114,101). Sum of RGB (Red+Green+Blue) = 57+114+101=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #397265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397265 is #C68D9A. Grayscale: #5F5F5F. Windows color (decimal): -13012379 or 6648377. OLE color: 6648377.

HSL color Cylindrical-coordinate representation of color #397265: hue angle of 166.32º 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 #397265 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB57114101-
CMYK0.5000.110.55
HSL166.32º33.33%33.53%-
HSV(B)166.32º50%44.71%-
XYZ10.0513.8414.45-
YUV95.47131.12100.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 114 (44.92% from 255) = 41.91%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=20.96%
G=41.91%
B=37.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal571141010.5000.110.55166.3233.3333.53
Hex397265320B37a62122
Octal7116214562013672464142
Binary111001111001011001011100100101111011110100110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397265; }

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

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

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

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

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

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

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

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