#21480E

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

Shades of Myrtle #21480E

Tints of Myrtle #21480E

Color information

#21480E (or 0x21480E) is unknown color: approx Myrtle. HEX triplet: 21, 48 and 0E. RGB value is (33,72,14). Sum of RGB (Red+Green+Blue) = 33+72+14=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #21480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21480E is #DEB7F1. Grayscale: #353535. Windows color (decimal): -14596082 or 935969. OLE color: 935969.

HSL color Cylindrical-coordinate representation of color #21480E: hue angle of 100.34º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21480E is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB337214-
CMYK0.5400.810.72
HSL100.34º67.44%16.86%-
HSV(B)100.34º80.56%28.24%-
XYZ3.024.991.22-
YUV53.73105.58113.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 72 (28.52% from 255) = 60.50%
BLUE value IS 14 (5.86% from 255) = 11.76%
R=27.73%
G=60.50%
B=11.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372140.5400.810.72100.3467.4416.86
Hex2148E3605148644311
Octal411101666012111014410321
Binary100001100100011101101100101000110010001100100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21480E; }

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

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

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

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

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

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

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

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