#214713

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

Shades of Myrtle #214713

Tints of Myrtle #214713

Color information

#214713 (or 0x214713) is unknown color: approx Myrtle. HEX triplet: 21, 47 and 13. RGB value is (33,71,19). Sum of RGB (Red+Green+Blue) = 33+71+19=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #214713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214713 is #DEB8EC. Grayscale: #353535. Windows color (decimal): -14596333 or 1263393. OLE color: 1263393.

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

Color convert

RGB337119-
CMYK0.5400.730.72
HSL103.85º57.78%17.65%-
HSV(B)103.85º73.24%27.84%-
XYZ34.881.4-
YUV53.71108.41113.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 71 (28.12% from 255) = 57.72%
BLUE value IS 19 (7.81% from 255) = 15.45%
R=26.83%
G=57.72%
B=15.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371190.5400.730.72103.8557.7817.65
Hex2147133604948683a12
Octal41107236601111101507222
Binary100001100011110011110110010010011001000110100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214713; }

 p { color: rgb(33,71,19); }

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

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

 a { background-color: rgb(33,71,19); }

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

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

 span { border-color: rgb(33,71,19); }

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