#337F70

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

Shades of Genoa #337F70

Tints of Genoa #337F70

Color information

#337F70 (or 0x337F70) is unknown color: approx Genoa. HEX triplet: 33, 7F and 70. RGB value is (51,127,112). Sum of RGB (Red+Green+Blue) = 51+127+112=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 127 - color contains mainly: green. Hex color #337F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F70 is #CC808F. Grayscale: #666666. Windows color (decimal): -13402256 or 7372595. OLE color: 7372595.

HSL color Cylindrical-coordinate representation of color #337F70: hue angle of 168.16º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F70 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB51127112-
CMYK0.6000.120.50
HSL168.16º42.7%34.9%-
HSV(B)168.16º59.84%49.8%-
XYZ11.8817.0517.99-
YUV102.57133.3291.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 127 (50% from 255) = 43.79%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=17.59%
G=43.79%
B=38.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511271120.6000.120.50168.1642.734.9
Hex337F703C0C32a82b23
Octal6317716074014622505343
Binary110011111111111100001111000110011001010101000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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