#21481E

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

Shades of Myrtle #21481E

Tints of Myrtle #21481E

Color information

#21481E (or 0x21481E) is unknown color: approx Myrtle. HEX triplet: 21, 48 and 1E. RGB value is (33,72,30). Sum of RGB (Red+Green+Blue) = 33+72+30=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #21481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21481E is #DEB7E1. Grayscale: #373737. Windows color (decimal): -14596066 or 1984545. OLE color: 1984545.

HSL color Cylindrical-coordinate representation of color #21481E: hue angle of 115.71º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21481E is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB337230-
CMYK0.5400.580.72
HSL115.71º41.18%20%-
HSV(B)115.71º58.33%28.24%-
XYZ3.185.052.04-
YUV55.55113.58111.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 72 (28.52% from 255) = 53.33%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=24.44%
G=53.33%
B=22.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372300.5400.580.72115.7141.1820
Hex21481E3603A48742914
Octal4111036660721101645124
Binary10000110010001111011011001110101001000111010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21481E; }

 p { color: rgb(33,72,30); }

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

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

 a { background-color: rgb(33,72,30); }

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

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

 span { border-color: rgb(33,72,30); }

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