#285215

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

Shades of Myrtle #285215

Tints of Myrtle #285215

Color information

#285215 (or 0x285215) is unknown color: approx Myrtle. HEX triplet: 28, 52 and 15. RGB value is (40,82,21). Sum of RGB (Red+Green+Blue) = 40+82+21=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #285215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285215 is #D7ADEA. Grayscale: #3E3E3E. Windows color (decimal): -14134763 or 1397288. OLE color: 1397288.

HSL color Cylindrical-coordinate representation of color #285215: hue angle of 101.31º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285215 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB408221-
CMYK0.5100.740.68
HSL101.31º59.22%20.2%-
HSV(B)101.31º74.39%32.16%-
XYZ4.036.541.76-
YUV62.49104.59111.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.97%
GREEN value IS 82 (32.42% from 255) = 57.34%
BLUE value IS 21 (8.59% from 255) = 14.69%
R=27.97%
G=57.34%
B=14.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4082210.5100.740.68101.3159.2220.2
Hex2852153304A44653b14
Octal50122256301121041457324
Binary101000101001010101110011010010101000100110010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285215; }

 p { color: rgb(40,82,21); }

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

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

 a { background-color: rgb(40,82,21); }

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

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

 span { border-color: rgb(40,82,21); }

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