#285515

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

Shades of Myrtle #285515

Tints of Myrtle #285515

Color information

#285515 (or 0x285515) is unknown color: approx Myrtle. HEX triplet: 28, 55 and 15. RGB value is (40,85,21). Sum of RGB (Red+Green+Blue) = 40+85+21=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #285515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285515 is #D7AAEA. Grayscale: #404040. Windows color (decimal): -14133995 or 1398056. OLE color: 1398056.

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

Color convert

RGB408521-
CMYK0.5300.750.67
HSL102.19º60.38%20.78%-
HSV(B)102.19º75.29%33.33%-
XYZ4.2671.84-
YUV64.25103.59110.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.40%
GREEN value IS 85 (33.59% from 255) = 58.22%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=27.40%
G=58.22%
B=14.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4085210.5300.750.67102.1960.3820.78
Hex2855153504B43663c15
Octal50125256501131031467425
Binary101000101010110101110101010010111000011110011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285515; }

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

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

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

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

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

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

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

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