#336965

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

Shades of Genoa #336965

Tints of Genoa #336965

Color information

#336965 (or 0x336965) is unknown color: approx Genoa. HEX triplet: 33, 69 and 65. RGB value is (51,105,101). Sum of RGB (Red+Green+Blue) = 51+105+101=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #336965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336965 is #CC969A. Grayscale: #585858. Windows color (decimal): -13407899 or 6646067. OLE color: 6646067.

HSL color Cylindrical-coordinate representation of color #336965: hue angle of 175.56º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #336965 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB51105101-
CMYK0.5100.040.59
HSL175.56º34.62%30.59%-
HSV(B)175.56º51.43%41.18%-
XYZ8.7711.7514.12-
YUV88.4135.11101.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=19.84%
G=40.86%
B=39.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal511051010.5100.040.59175.5634.6230.59
Hex33696533043Bb0231f
Octal631511456304732604337
Binary1100111101001110010111001101001110111011000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336965; }

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

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

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

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

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

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

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

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