#337E6A

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

Shades of Genoa #337E6A

Tints of Genoa #337E6A

Color information

#337E6A (or 0x337E6A) is unknown color: approx Genoa. HEX triplet: 33, 7E and 6A. RGB value is (51,126,106). Sum of RGB (Red+Green+Blue) = 51+126+106=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #337E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337E6A is #CC8195. Grayscale: #656565. Windows color (decimal): -13402518 or 6979123. OLE color: 6979123.

HSL color Cylindrical-coordinate representation of color #337E6A: hue angle of 164º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E6A is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB51126106-
CMYK0.6000.160.51
HSL164º42.37%34.71%-
HSV(B)164º59.52%49.41%-
XYZ11.4316.6716.25-
YUV101.29130.6592.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 126 (49.61% from 255) = 44.52%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=18.02%
G=44.52%
B=37.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511261060.6000.160.5116442.3734.71
Hex337E6A3C01033a42a23
Octal6317615274020632445243
Binary1100111111110110101011110001000011001110100100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,126,106); }

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

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

 a { background-color: rgb(51,126,106); }

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

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

 span { border-color: rgb(51,126,106); }

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