#337370

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

Shades of Genoa #337370

Tints of Genoa #337370

Color information

#337370 (or 0x337370) is unknown color: approx Genoa. HEX triplet: 33, 73 and 70. RGB value is (51,115,112). Sum of RGB (Red+Green+Blue) = 51+115+112=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #337370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337370 is #CC8C8F. Grayscale: #5F5F5F. Windows color (decimal): -13405328 or 7369523. OLE color: 7369523.

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

Color convert

RGB51115112-
CMYK0.5600.030.55
HSL177.19º38.55%32.55%-
HSV(B)177.19º55.65%45.1%-
XYZ10.4214.1417.51-
YUV95.52137.396.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=18.35%
G=41.37%
B=40.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511151120.5600.030.55177.1938.5532.55
Hex337370380337b12721
Octal631631607003672614741
Binary1100111110011111000011100001111011110110001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337370; }

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

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

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

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

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

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

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

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