#337A70

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

Shades of Genoa #337A70

Tints of Genoa #337A70

Color information

#337A70 (or 0x337A70) is unknown color: approx Genoa. HEX triplet: 33, 7A and 70. RGB value is (51,122,112). Sum of RGB (Red+Green+Blue) = 51+122+112=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #337A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A70 is #CC858F. Grayscale: #636363. Windows color (decimal): -13403536 or 7371315. OLE color: 7371315.

HSL color Cylindrical-coordinate representation of color #337A70: hue angle of 171.55º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337A70 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB51122112-
CMYK0.5800.080.52
HSL171.55º41.04%33.92%-
HSV(B)171.55º58.2%47.84%-
XYZ11.2515.7917.78-
YUV99.63134.9893.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 122 (48.05% from 255) = 42.81%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=17.89%
G=42.81%
B=39.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511221120.5800.080.52171.5541.0433.92
Hex337A703A0834ac2922
Octal6317216072010642545142
Binary110011111101011100001110100100011010010101100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337A70; }

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

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

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

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

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

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

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

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