#214018

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

Shades of Myrtle #214018

Tints of Myrtle #214018

Color information

#214018 (or 0x214018) is unknown color: approx Myrtle. HEX triplet: 21, 40 and 18. RGB value is (33,64,24). Sum of RGB (Red+Green+Blue) = 33+64+24=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #214018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214018 is #DEBFE7. Grayscale: #323232. Windows color (decimal): -14598120 or 1589281. OLE color: 1589281.

HSL color Cylindrical-coordinate representation of color #214018: hue angle of 106.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214018 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB336424-
CMYK0.4800.620.75
HSL106.5º45.45%17.25%-
HSV(B)106.5º62.5%25.1%-
XYZ2.634.061.51-
YUV50.17113.23115.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=27.27%
G=52.89%
B=19.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364240.4800.620.75106.545.4517.25
Hex2140183003E4B6a2d11
Octal4110030600761131525521
Binary10000110000001100011000001111101001011110101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214018; }

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

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

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

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

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

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

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

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