#336960

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

Shades of Eden #336960

Tints of Eden #336960

Color information

#336960 (or 0x336960) is unknown color: approx Eden. HEX triplet: 33, 69 and 60. RGB value is (51,105,96). Sum of RGB (Red+Green+Blue) = 51+105+96=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #336960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336960 is #CC969F. Grayscale: #575757. Windows color (decimal): -13407904 or 6318387. OLE color: 6318387.

HSL color Cylindrical-coordinate representation of color #336960: hue angle of 170º 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 #336960 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB5110596-
CMYK0.5100.090.59
HSL170º34.62%30.59%-
HSV(B)170º51.43%41.18%-
XYZ8.5311.6512.87-
YUV87.83132.61101.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=20.24%
G=41.67%
B=38.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51105960.5100.090.5917034.6230.59
Hex33696033093Baa231f
Octal6315114063011732524337
Binary11001111010011100000110011010011110111010101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336960; }

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

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

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

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

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

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

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

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