#214020

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

Shades of Myrtle #214020

Tints of Myrtle #214020

Color information

#214020 (or 0x214020) is unknown color: approx Myrtle. HEX triplet: 21, 40 and 20. RGB value is (33,64,32). Sum of RGB (Red+Green+Blue) = 33+64+32=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #214020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214020 is #DEBFDF. Grayscale: #333333. Windows color (decimal): -14598112 or 2113569. OLE color: 2113569.

HSL color Cylindrical-coordinate representation of color #214020: hue angle of 118.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #214020 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB336432-
CMYK0.4800.500.75
HSL118.12º33.33%18.82%-
HSV(B)118.12º50%25.1%-
XYZ2.724.092.01-
YUV51.08117.23115.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 64 (25.39% from 255) = 49.61%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=25.58%
G=49.61%
B=24.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364320.4800.500.75118.1233.3318.82
Hex214020300324B762113
Octal4110040600621131664123
Binary100001100000010000011000001100101001011111011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214020; }

 p { color: rgb(33,64,32); }

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

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

 a { background-color: rgb(33,64,32); }

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

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

 span { border-color: rgb(33,64,32); }

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