#215514

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

Shades of Myrtle #215514

Tints of Myrtle #215514

Color information

#215514 (or 0x215514) is unknown color: approx Myrtle. HEX triplet: 21, 55 and 14. RGB value is (33,85,20). Sum of RGB (Red+Green+Blue) = 33+85+20=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #215514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215514 is #DEAAEB. Grayscale: #3E3E3E. Windows color (decimal): -14592748 or 1332513. OLE color: 1332513.

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

Color convert

RGB338520-
CMYK0.6100.760.67
HSL108º61.9%20.59%-
HSV(B)108º76.47%33.33%-
XYZ46.871.78-
YUV62.04104.27107.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 85 (33.59% from 255) = 61.59%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=23.91%
G=61.59%
B=14.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385200.6100.760.6710861.920.59
Hex2155143D04C436c3e15
Octal41125247501141031547625
Binary100001101010110100111101010011001000011110110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215514; }

 p { color: rgb(33,85,20); }

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

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

 a { background-color: rgb(33,85,20); }

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

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

 span { border-color: rgb(33,85,20); }

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