#21420B

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

Shades of Myrtle #21420B

Tints of Myrtle #21420B

Color information

#21420B (or 0x21420B) is unknown color: approx Myrtle. HEX triplet: 21, 42 and 0B. RGB value is (33,66,11). Sum of RGB (Red+Green+Blue) = 33+66+11=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #21420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21420B is #DEBDF4. Grayscale: #323232. Windows color (decimal): -14597621 or 737825. OLE color: 737825.

HSL color Cylindrical-coordinate representation of color #21420B: hue angle of 96º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21420B is Cyan = 0.5, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB336611-
CMYK0.500.830.74
HSL96º71.43%15.1%-
HSV(B)96º83.33%25.88%-
XYZ2.644.241-
YUV49.86106.07115.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30%
GREEN value IS 66 (26.17% from 255) = 60%
BLUE value IS 11 (4.69% from 255) = 10%
R=30%
G=60%
B=10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3366110.500.830.749671.4315.1
Hex2142B320534A6047f
Octal411021362012311214010717
Binary10000110000101011110010010100111001010110000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21420B; }

 p { color: rgb(33,66,11); }

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

<style>
 a { background-color: #21420B; }

 a { background-color: rgb(33,66,11); }

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

<style>
 span { border-color: #21420B; }

 span { border-color: rgb(33,66,11); }

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