#33695C

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

Shades of Eden #33695C

Tints of Eden #33695C

Color information

#33695C (or 0x33695C) is unknown color: approx Eden. HEX triplet: 33, 69 and 5C. RGB value is (51,105,92). Sum of RGB (Red+Green+Blue) = 51+105+92=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #33695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33695C is #CC96A3. Grayscale: #575757. Windows color (decimal): -13407908 or 6056243. OLE color: 6056243.

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

Color convert

RGB5110592-
CMYK0.5100.120.59
HSL165.56º34.62%30.59%-
HSV(B)165.56º51.43%41.18%-
XYZ8.3511.5811.92-
YUV87.37130.61102.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 105 (41.41% from 255) = 42.34%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=20.56%
G=42.34%
B=37.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51105920.5100.120.59165.5634.6230.59
Hex33695C330C3Ba6231f
Octal6315113463014732464337
Binary11001111010011011100110011011001110111010011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33695C; }

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

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

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

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

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

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

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

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