#397267

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

Shades of Genoa #397267

Tints of Genoa #397267

Color information

#397267 (or 0x397267) is unknown color: approx Genoa. HEX triplet: 39, 72 and 67. RGB value is (57,114,103). Sum of RGB (Red+Green+Blue) = 57+114+103=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #397267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397267 is #C68D98. Grayscale: #5F5F5F. Windows color (decimal): -13012377 or 6779449. OLE color: 6779449.

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

Color convert

RGB57114103-
CMYK0.5000.100.55
HSL168.42º33.33%33.53%-
HSV(B)168.42º50%44.71%-
XYZ10.1513.8814.98-
YUV95.7132.12100.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 103 (40.62% from 255) = 37.59%
R=20.80%
G=41.61%
B=37.59%

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
Decimal571141030.5000.100.55168.4233.3333.53
Hex397267320A37a82122
Octal7116214762012672504142
Binary111001111001011001111100100101011011110101000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397267; }

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

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

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

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

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

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

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

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