#397367

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

Shades of Genoa #397367

Tints of Genoa #397367

Color information

#397367 (or 0x397367) is unknown color: approx Genoa. HEX triplet: 39, 73 and 67. RGB value is (57,115,103). Sum of RGB (Red+Green+Blue) = 57+115+103=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #397367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397367 is #C68C98. Grayscale: #606060. Windows color (decimal): -13012121 or 6779705. OLE color: 6779705.

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

Color convert

RGB57115103-
CMYK0.5000.100.55
HSL167.59º33.72%33.73%-
HSV(B)167.59º50.43%45.1%-
XYZ10.2714.1115.01-
YUV96.29131.7899.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.73%
GREEN value IS 115 (45.31% from 255) = 41.82%
BLUE value IS 103 (40.62% from 255) = 37.45%
R=20.73%
G=41.82%
B=37.45%

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
Decimal571151030.5000.100.55167.5933.7233.73
Hex397367320A37a82222
Octal7116314762012672504242
Binary111001111001111001111100100101011011110101000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397367; }

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

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

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

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

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

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

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

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