#214618

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

Shades of Myrtle #214618

Tints of Myrtle #214618

Color information

#214618 (or 0x214618) is unknown color: approx Myrtle. HEX triplet: 21, 46 and 18. RGB value is (33,70,24). Sum of RGB (Red+Green+Blue) = 33+70+24=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #214618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214618 is #DEB9E7. Grayscale: #353535. Windows color (decimal): -14596584 or 1590817. OLE color: 1590817.

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

Color convert

RGB337024-
CMYK0.5300.660.73
HSL108.26º48.94%18.43%-
HSV(B)108.26º65.71%27.45%-
XYZ2.984.771.63-
YUV53.69111.24113.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.98%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=25.98%
G=55.12%
B=18.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3370240.5300.660.73108.2648.9418.43
Hex21461835042496c3112
Octal41106306501021111546122
Binary100001100011011000110101010000101001001110110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214618; }

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

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

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

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

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

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

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

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