#397368

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

Shades of Genoa #397368

Tints of Genoa #397368

Color information

#397368 (or 0x397368) is unknown color: approx Genoa. HEX triplet: 39, 73 and 68. RGB value is (57,115,104). Sum of RGB (Red+Green+Blue) = 57+115+104=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #397368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397368 is #C68C97. Grayscale: #606060. Windows color (decimal): -13012120 or 6845241. OLE color: 6845241.

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

Color convert

RGB57115104-
CMYK0.5000.100.55
HSL168.62º33.72%33.73%-
HSV(B)168.62º50.43%45.1%-
XYZ10.3214.1315.28-
YUV96.4132.2899.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=20.65%
G=41.67%
B=37.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal571151040.5000.100.55168.6233.7233.73
Hex397368320A37a92222
Octal7116315062012672514242
Binary111001111001111010001100100101011011110101001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397368; }

 p { color: rgb(57,115,104); }

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

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

 a { background-color: rgb(57,115,104); }

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

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

 span { border-color: rgb(57,115,104); }

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