#214812

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

Shades of Myrtle #214812

Tints of Myrtle #214812

Color information

#214812 (or 0x214812) is unknown color: approx Myrtle. HEX triplet: 21, 48 and 12. RGB value is (33,72,18). Sum of RGB (Red+Green+Blue) = 33+72+18=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #214812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214812 is #DEB7ED. Grayscale: #363636. Windows color (decimal): -14596078 or 1198113. OLE color: 1198113.

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

Color convert

RGB337218-
CMYK0.5400.750.72
HSL103.33º60%17.65%-
HSV(B)103.33º75%28.24%-
XYZ3.0551.38-
YUV54.18107.58112.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 72 (28.52% from 255) = 58.54%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=26.83%
G=58.54%
B=14.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372180.5400.750.72103.336017.65
Hex2148123604B48673c12
Octal41110226601131101477422
Binary100001100100010010110110010010111001000110011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214812; }

 p { color: rgb(33,72,18); }

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

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

 a { background-color: rgb(33,72,18); }

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

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

 span { border-color: rgb(33,72,18); }

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