#33645A

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

Shades of Eden #33645A

Tints of Eden #33645A

Color information

#33645A (or 0x33645A) is unknown color: approx Eden. HEX triplet: 33, 64 and 5A. RGB value is (51,100,90). Sum of RGB (Red+Green+Blue) = 51+100+90=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #33645A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33645A is #CC9BA5. Grayscale: #545454. Windows color (decimal): -13409190 or 5923891. OLE color: 5923891.

HSL color Cylindrical-coordinate representation of color #33645A: hue angle of 167.76º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #33645A is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB5110090-
CMYK0.4900.100.61
HSL167.76º32.45%29.61%-
HSV(B)167.76º49%39.22%-
XYZ7.7710.5611.3-
YUV84.21131.27104.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 100 (39.45% from 255) = 41.49%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=21.16%
G=41.49%
B=37.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal51100900.4900.100.61167.7632.4529.61
Hex33645A310A3Da8201e
Octal6314413261012752504036
Binary11001111001001011010110001010101111011010100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33645A; }

 p { color: rgb(51,100,90); }

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

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

 a { background-color: rgb(51,100,90); }

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

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

 span { border-color: rgb(51,100,90); }

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