#216356

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

Shades of Eden #216356

Tints of Eden #216356

Color information

#216356 (or 0x216356) is unknown color: approx Eden. HEX triplet: 21, 63 and 56. RGB value is (33,99,86). Sum of RGB (Red+Green+Blue) = 33+99+86=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #216356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216356 is #DE9CA9. Grayscale: #4D4D4D. Windows color (decimal): -14589098 or 5661473. OLE color: 5661473.

HSL color Cylindrical-coordinate representation of color #216356: hue angle of 168.18º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216356 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB339986-
CMYK0.6700.130.61
HSL168.18º50%25.88%-
HSV(B)168.18º66.67%38.82%-
XYZ6.779.9210.36-
YUV77.78132.6396.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 86 (33.98% from 255) = 39.45%
R=15.14%
G=45.41%
B=39.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3399860.6700.130.61168.185025.88
Hex216356430D3Da8321a
Octal41143126103015752506232
Binary100001110001110101101000011011011111011010100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216356; }

 p { color: rgb(33,99,86); }

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

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

 a { background-color: rgb(33,99,86); }

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

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

 span { border-color: rgb(33,99,86); }

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