#21A356

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

Shades of Eucalyptus #21A356

Tints of Eucalyptus #21A356

Color information

#21A356 (or 0x21A356) is unknown color: approx Eucalyptus. HEX triplet: 21, A3 and 56. RGB value is (33,163,86). Sum of RGB (Red+Green+Blue) = 33+163+86=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 163 (64.06% from 255 or 57.80% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 163 - color contains mainly: green. Hex color #21A356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A356 is #DE5CA9. Grayscale: #737373. Windows color (decimal): -14572714 or 5677857. OLE color: 5677857.

HSL color Cylindrical-coordinate representation of color #21A356: hue angle of 144.46º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A356 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB3316386-
CMYK0.8000.470.36
HSL144.46º66.33%38.43%-
HSV(B)144.46º79.75%63.92%-
XYZ15.427.1913.24-
YUV115.35111.4369.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.70%
GREEN value IS 163 (64.06% from 255) = 57.80%
BLUE value IS 86 (33.98% from 255) = 30.50%
R=11.70%
G=57.80%
B=30.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33163860.8000.470.36144.4666.3338.43
Hex21A3565002F24904226
Octal412431261200574422010246
Binary10000110100011101011010100000101111100100100100001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21A356; }

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

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

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

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

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

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

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

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