#214D1C

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

Shades of Myrtle #214D1C

Tints of Myrtle #214D1C

Color information

#214D1C (or 0x214D1C) is unknown color: approx Myrtle. HEX triplet: 21, 4D and 1C. RGB value is (33,77,28). Sum of RGB (Red+Green+Blue) = 33+77+28=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 77 (30.47% from 255 or 55.80% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 77 - color contains mainly: green. Hex color #214D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D1C is #DEB2E3. Grayscale: #3A3A3A. Windows color (decimal): -14594788 or 1854753. OLE color: 1854753.

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

Color convert

RGB337728-
CMYK0.5700.640.70
HSL113.88º46.67%20.59%-
HSV(B)113.88º63.64%30.2%-
XYZ3.495.712.02-
YUV58.26110.92109.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 77 (30.47% from 255) = 55.80%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=23.91%
G=55.80%
B=20.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3377280.5700.640.70113.8846.6720.59
Hex214D1C3904046722f15
Octal41115347101001061625725
Binary100001100110111100111001010000001000110111001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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