#397264

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

Shades of Genoa #397264

Tints of Genoa #397264

Color information

#397264 (or 0x397264) is unknown color: approx Genoa. HEX triplet: 39, 72 and 64. RGB value is (57,114,100). Sum of RGB (Red+Green+Blue) = 57+114+100=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #397264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397264 is #C68D9B. Grayscale: #5F5F5F. Windows color (decimal): -13012380 or 6582841. OLE color: 6582841.

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

Color convert

RGB57114100-
CMYK0.5000.120.55
HSL165.26º33.33%33.53%-
HSV(B)165.26º50%44.71%-
XYZ1013.8214.2-
YUV95.36130.62100.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 114 (44.92% from 255) = 42.07%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=21.03%
G=42.07%
B=36.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal571141000.5000.120.55165.2633.3333.53
Hex397264320C37a52122
Octal7116214462014672454142
Binary111001111001011001001100100110011011110100101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397264; }

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

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

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

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

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

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

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

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