#21420C

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

Shades of Myrtle #21420C

Tints of Myrtle #21420C

Color information

#21420C (or 0x21420C) is unknown color: approx Myrtle. HEX triplet: 21, 42 and 0C. RGB value is (33,66,12). Sum of RGB (Red+Green+Blue) = 33+66+12=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #21420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21420C is #DEBDF3. Grayscale: #323232. Windows color (decimal): -14597620 or 803361. OLE color: 803361.

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

Color convert

RGB336612-
CMYK0.500.820.74
HSL96.67º69.23%15.29%-
HSV(B)96.67º81.82%25.88%-
XYZ2.644.251.03-
YUV49.98106.57115.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.73%
GREEN value IS 66 (26.17% from 255) = 59.46%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=29.73%
G=59.46%
B=10.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3366120.500.820.7496.6769.2315.29
Hex2142C320524A6145f
Octal411021462012211214110517
Binary10000110000101100110010010100101001010110000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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