#21441F

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

Shades of Myrtle #21441F

Tints of Myrtle #21441F

Color information

#21441F (or 0x21441F) is unknown color: approx Myrtle. HEX triplet: 21, 44 and 1F. RGB value is (33,68,31). Sum of RGB (Red+Green+Blue) = 33+68+31=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #21441F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21441F is #DEBBE0. Grayscale: #353535. Windows color (decimal): -14597089 or 2049057. OLE color: 2049057.

HSL color Cylindrical-coordinate representation of color #21441F: hue angle of 116.76º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #21441F is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB336831-
CMYK0.5100.540.73
HSL116.76º37.37%19.41%-
HSV(B)116.76º54.41%26.67%-
XYZ2.944.562.02-
YUV53.32115.4113.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 68 (26.95% from 255) = 51.52%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=25%
G=51.52%
B=23.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368310.5100.540.73116.7637.3719.41
Hex21441F3303649752513
Octal4110437630661111654523
Binary10000110001001111111001101101101001001111010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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