#214619

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

Shades of Myrtle #214619

Tints of Myrtle #214619

Color information

#214619 (or 0x214619) is unknown color: approx Myrtle. HEX triplet: 21, 46 and 19. RGB value is (33,70,25). Sum of RGB (Red+Green+Blue) = 33+70+25=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #214619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214619 is #DEB9E6. Grayscale: #353535. Windows color (decimal): -14596583 or 1656353. OLE color: 1656353.

HSL color Cylindrical-coordinate representation of color #214619: hue angle of 109.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #214619 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB337025-
CMYK0.5300.640.73
HSL109.33º47.37%18.63%-
HSV(B)109.33º64.29%27.45%-
XYZ2.994.771.68-
YUV53.81111.74113.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.78%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=25.78%
G=54.69%
B=19.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3370250.5300.640.73109.3347.3718.63
Hex21461935040496d2f13
Octal41106316501001111555723
Binary100001100011011001110101010000001001001110110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214619; }

 p { color: rgb(33,70,25); }

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

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

 a { background-color: rgb(33,70,25); }

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

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

 span { border-color: rgb(33,70,25); }

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