#214718

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

Shades of Myrtle #214718

Tints of Myrtle #214718

Color information

#214718 (or 0x214718) is unknown color: approx Myrtle. HEX triplet: 21, 47 and 18. RGB value is (33,71,24). Sum of RGB (Red+Green+Blue) = 33+71+24=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #214718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214718 is #DEB8E7. Grayscale: #363636. Windows color (decimal): -14596328 or 1591073. OLE color: 1591073.

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

Color convert

RGB337124-
CMYK0.5400.660.72
HSL108.51º49.47%18.63%-
HSV(B)108.51º66.2%27.84%-
XYZ3.054.91.65-
YUV54.28110.91112.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.78%
GREEN value IS 71 (28.12% from 255) = 55.47%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=25.78%
G=55.47%
B=18.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371240.5400.660.72108.5149.4718.63
Hex21471836042486d3113
Octal41107306601021101556123
Binary100001100011111000110110010000101001000110110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214718; }

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

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

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

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

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

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

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

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