#214D1A

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

Shades of Myrtle #214D1A

Tints of Myrtle #214D1A

Color information

#214D1A (or 0x214D1A) is unknown color: approx Myrtle. HEX triplet: 21, 4D and 1A. RGB value is (33,77,26). Sum of RGB (Red+Green+Blue) = 33+77+26=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 77 (30.47% from 255 or 56.62% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 77 - color contains mainly: green. Hex color #214D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D1A is #DEB2E5. Grayscale: #3A3A3A. Windows color (decimal): -14594790 or 1723681. OLE color: 1723681.

HSL color Cylindrical-coordinate representation of color #214D1A: hue angle of 111.76º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214D1A is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB337726-
CMYK0.5700.660.70
HSL111.76º49.51%20.2%-
HSV(B)111.76º66.23%30.2%-
XYZ3.475.711.9-
YUV58.03109.92110.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 77 (30.47% from 255) = 56.62%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=24.26%
G=56.62%
B=19.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3377260.5700.660.70111.7649.5120.2
Hex214D1A3904246703214
Octal41115327101021061606224
Binary100001100110111010111001010000101000110111000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214D1A; }

 p { color: rgb(33,77,26); }

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

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

 a { background-color: rgb(33,77,26); }

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

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

 span { border-color: rgb(33,77,26); }

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