#20421F

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

Shades of Myrtle #20421F

Tints of Myrtle #20421F

Color information

#20421F (or 0x20421F) is unknown color: approx Myrtle. HEX triplet: 20, 42 and 1F. RGB value is (32,66,31). Sum of RGB (Red+Green+Blue) = 32+66+31=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #20421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20421F is #DFBDE0. Grayscale: #333333. Windows color (decimal): -14663137 or 2048544. OLE color: 2048544.

HSL color Cylindrical-coordinate representation of color #20421F: hue angle of 118.29º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #20421F is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB326631-
CMYK0.5200.530.74
HSL118.29º36.08%19.02%-
HSV(B)118.29º53.03%25.88%-
XYZ2.794.31.98-
YUV51.84116.24113.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.81%
GREEN value IS 66 (26.17% from 255) = 51.16%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=24.81%
G=51.16%
B=24.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3266310.5200.530.74118.2936.0819.02
Hex20421F340354A762413
Octal4010237640651121664423
Binary10000010000101111111010001101011001010111011010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,66,31); }

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

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

 a { background-color: rgb(32,66,31); }

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

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

 span { border-color: rgb(32,66,31); }

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