#214818

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

Shades of Myrtle #214818

Tints of Myrtle #214818

Color information

#214818 (or 0x214818) is unknown color: approx Myrtle. HEX triplet: 21, 48 and 18. RGB value is (33,72,24). Sum of RGB (Red+Green+Blue) = 33+72+24=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #214818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214818 is #DEB7E7. Grayscale: #373737. Windows color (decimal): -14596072 or 1591329. OLE color: 1591329.

HSL color Cylindrical-coordinate representation of color #214818: hue angle of 108.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214818 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB337224-
CMYK0.5400.670.72
HSL108.75º50%18.82%-
HSV(B)108.75º66.67%28.24%-
XYZ3.115.021.67-
YUV54.87110.58112.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 72 (28.52% from 255) = 55.81%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=25.58%
G=55.81%
B=18.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372240.5400.670.72108.755018.82
Hex21481836043486d3213
Octal41110306601031101556223
Binary100001100100011000110110010000111001000110110111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214818; }

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

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

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

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

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

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

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

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