#21481F

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

Shades of Myrtle #21481F

Tints of Myrtle #21481F

Color information

#21481F (or 0x21481F) is unknown color: approx Myrtle. HEX triplet: 21, 48 and 1F. RGB value is (33,72,31). Sum of RGB (Red+Green+Blue) = 33+72+31=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #21481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21481F is #DEB7E0. Grayscale: #373737. Windows color (decimal): -14596065 or 2050081. OLE color: 2050081.

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

Color convert

RGB337231-
CMYK0.5400.570.72
HSL117.07º39.81%20.2%-
HSV(B)117.07º56.94%28.24%-
XYZ3.195.062.1-
YUV55.66114.08111.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 72 (28.52% from 255) = 52.94%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=24.26%
G=52.94%
B=22.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372310.5400.570.72117.0739.8120.2
Hex21481F3603948752814
Octal4111037660711101655024
Binary10000110010001111111011001110011001000111010110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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