#33695B

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

Shades of Eden #33695B

Tints of Eden #33695B

Color information

#33695B (or 0x33695B) is unknown color: approx Eden. HEX triplet: 33, 69 and 5B. RGB value is (51,105,91). Sum of RGB (Red+Green+Blue) = 51+105+91=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #33695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33695B is #CC96A4. Grayscale: #575757. Windows color (decimal): -13407909 or 5990707. OLE color: 5990707.

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

Color convert

RGB5110591-
CMYK0.5100.130.59
HSL164.44º34.62%30.59%-
HSV(B)164.44º51.43%41.18%-
XYZ8.3111.5611.69-
YUV87.26130.11102.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=20.65%
G=42.51%
B=36.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51105910.5100.130.59164.4434.6230.59
Hex33695B330D3Ba4231f
Octal6315113363015732444337
Binary11001111010011011011110011011011110111010010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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