#214515

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

Shades of Myrtle #214515

Tints of Myrtle #214515

Color information

#214515 (or 0x214515) is unknown color: approx Myrtle. HEX triplet: 21, 45 and 15. RGB value is (33,69,21). Sum of RGB (Red+Green+Blue) = 33+69+21=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #214515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214515 is #DEBAEA. Grayscale: #343434. Windows color (decimal): -14596843 or 1393953. OLE color: 1393953.

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

Color convert

RGB336921-
CMYK0.5200.700.73
HSL105º53.33%17.65%-
HSV(B)105º69.57%27.06%-
XYZ2.894.631.45-
YUV52.76110.07113.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 69 (27.34% from 255) = 56.10%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=26.83%
G=56.10%
B=17.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3369210.5200.700.7310553.3317.65
Hex2145153404649693512
Octal41105256401061111516522
Binary100001100010110101110100010001101001001110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214515; }

 p { color: rgb(33,69,21); }

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

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

 a { background-color: rgb(33,69,21); }

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

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

 span { border-color: rgb(33,69,21); }

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