#21A363

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

Shades of Eucalyptus #21A363

Tints of Eucalyptus #21A363

Color information

#21A363 (or 0x21A363) is unknown color: approx Eucalyptus. HEX triplet: 21, A3 and 63. RGB value is (33,163,99). Sum of RGB (Red+Green+Blue) = 33+163+99=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #21A363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A363 is #DE5C9C. Grayscale: #747474. Windows color (decimal): -14572701 or 6529825. OLE color: 6529825.

HSL color Cylindrical-coordinate representation of color #21A363: hue angle of 150.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 #21A363 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB3316399-
CMYK0.8000.390.36
HSL150.46º66.33%38.43%-
HSV(B)150.46º79.75%63.92%-
XYZ15.9827.4216.25-
YUV116.83117.9368.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.19%
GREEN value IS 163 (64.06% from 255) = 55.25%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=11.19%
G=55.25%
B=33.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33163990.8000.390.36150.4666.3338.43
Hex21A3635002724964226
Octal412431431200474422610246
Binary10000110100011110001110100000100111100100100101101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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