#337570

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

Shades of Genoa #337570

Tints of Genoa #337570

Color information

#337570 (or 0x337570) is unknown color: approx Genoa. HEX triplet: 33, 75 and 70. RGB value is (51,117,112). Sum of RGB (Red+Green+Blue) = 51+117+112=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #337570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337570 is #CC8A8F. Grayscale: #606060. Windows color (decimal): -13404816 or 7370035. OLE color: 7370035.

HSL color Cylindrical-coordinate representation of color #337570: hue angle of 175.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337570 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB51117112-
CMYK0.5600.040.54
HSL175.45º39.29%32.94%-
HSV(B)175.45º56.41%45.88%-
XYZ10.6514.617.59-
YUV96.7136.6395.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 112 (44.14% from 255) = 40%
R=18.21%
G=41.79%
B=40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511171120.5600.040.54175.4539.2932.94
Hex337570380436af2721
Octal631651607004662574741
Binary11001111101011110000111000010011011010101111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337570; }

 p { color: rgb(51,117,112); }

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

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

 a { background-color: rgb(51,117,112); }

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

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

 span { border-color: rgb(51,117,112); }

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