#215413

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

Shades of Myrtle #215413

Tints of Myrtle #215413

Color information

#215413 (or 0x215413) is unknown color: approx Myrtle. HEX triplet: 21, 54 and 13. RGB value is (33,84,19). Sum of RGB (Red+Green+Blue) = 33+84+19=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #215413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215413 is #DEABEC. Grayscale: #3D3D3D. Windows color (decimal): -14593005 or 1266721. OLE color: 1266721.

HSL color Cylindrical-coordinate representation of color #215413: hue angle of 107.08º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #215413 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB338419-
CMYK0.6100.770.67
HSL107.08º63.11%20.2%-
HSV(B)107.08º77.38%32.94%-
XYZ3.926.711.71-
YUV61.34104.1107.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 84 (33.20% from 255) = 61.76%
BLUE value IS 19 (7.81% from 255) = 13.97%
R=24.26%
G=61.76%
B=13.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3384190.6100.770.67107.0863.1120.2
Hex2154133D04D436b3f14
Octal41124237501151031537724
Binary100001101010010011111101010011011000011110101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215413; }

 p { color: rgb(33,84,19); }

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

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

 a { background-color: rgb(33,84,19); }

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

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

 span { border-color: rgb(33,84,19); }

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