#285513

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

Shades of Myrtle #285513

Tints of Myrtle #285513

Color information

#285513 (or 0x285513) is unknown color: approx Myrtle. HEX triplet: 28, 55 and 13. RGB value is (40,85,19). Sum of RGB (Red+Green+Blue) = 40+85+19=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #285513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285513 is #D7AAEC. Grayscale: #404040. Windows color (decimal): -14133997 or 1266984. OLE color: 1266984.

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

Color convert

RGB408519-
CMYK0.5300.780.67
HSL100.91º63.46%20.39%-
HSV(B)100.91º77.65%33.33%-
XYZ4.2471.74-
YUV64.02102.59110.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.78%
GREEN value IS 85 (33.59% from 255) = 59.03%
BLUE value IS 19 (7.81% from 255) = 13.19%
R=27.78%
G=59.03%
B=13.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4085190.5300.780.67100.9163.4620.39
Hex2855133504E43653f14
Octal50125236501161031457724
Binary101000101010110011110101010011101000011110010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285513; }

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

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

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

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

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

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

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

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