#337665

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

Shades of Genoa #337665

Tints of Genoa #337665

Color information

#337665 (or 0x337665) is unknown color: approx Genoa. HEX triplet: 33, 76 and 65. RGB value is (51,118,101). Sum of RGB (Red+Green+Blue) = 51+118+101=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #337665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337665 is #CC899A. Grayscale: #606060. Windows color (decimal): -13404571 or 6649395. OLE color: 6649395.

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

Color convert

RGB51118101-
CMYK0.5700.140.54
HSL164.78º39.64%33.14%-
HSV(B)164.78º56.78%46.27%-
XYZ10.1914.614.59-
YUV96.03130.895.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=18.89%
G=43.70%
B=37.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511181010.5700.140.54164.7839.6433.14
Hex337665390E36a52821
Octal6316614571016662455041
Binary110011111011011001011110010111011011010100101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337665; }

 p { color: rgb(51,118,101); }

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

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

 a { background-color: rgb(51,118,101); }

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

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

 span { border-color: rgb(51,118,101); }

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