#214822

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

Shades of Myrtle #214822

Tints of Myrtle #214822

Color information

#214822 (or 0x214822) is unknown color: approx Myrtle. HEX triplet: 21, 48 and 22. RGB value is (33,72,34). Sum of RGB (Red+Green+Blue) = 33+72+34=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #214822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214822 is #DEB7DD. Grayscale: #383838. Windows color (decimal): -14596062 or 2246689. OLE color: 2246689.

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

Color convert

RGB337234-
CMYK0.5400.530.72
HSL121.54º37.14%20.59%-
HSV(B)121.54º54.17%28.24%-
XYZ3.235.072.32-
YUV56.01115.58111.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 72 (28.52% from 255) = 51.80%
BLUE value IS 34 (13.67% from 255) = 24.46%
R=23.74%
G=51.80%
B=24.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372340.5400.530.72121.5437.1420.59
Hex21482236035487a2515
Octal4111042660651101724525
Binary100001100100010001011011001101011001000111101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214822; }

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

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

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

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

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

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

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

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