#285511

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

Shades of Myrtle #285511

Tints of Myrtle #285511

Color information

#285511 (or 0x285511) is unknown color: approx Myrtle. HEX triplet: 28, 55 and 11. RGB value is (40,85,17). Sum of RGB (Red+Green+Blue) = 40+85+17=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #285511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285511 is #D7AAEE. Grayscale: #404040. Windows color (decimal): -14133999 or 1135912. OLE color: 1135912.

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

Color convert

RGB408517-
CMYK0.5300.800.67
HSL99.71º66.67%20%-
HSV(B)99.71º80%33.33%-
XYZ4.226.991.66-
YUV63.79101.59111.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.17%
GREEN value IS 85 (33.59% from 255) = 59.86%
BLUE value IS 17 (7.03% from 255) = 11.97%
R=28.17%
G=59.86%
B=11.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4085170.5300.800.6799.7166.6720
Hex2855113505043644314
Octal501252165012010314410324
Binary1010001010101100011101010101000010000111100100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285511; }

 p { color: rgb(40,85,17); }

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

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

 a { background-color: rgb(40,85,17); }

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

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

 span { border-color: rgb(40,85,17); }

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