#285A16

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

Shades of Myrtle #285A16

Tints of Myrtle #285A16

Color information

#285A16 (or 0x285A16) is unknown color: approx Myrtle. HEX triplet: 28, 5A and 16. RGB value is (40,90,22). Sum of RGB (Red+Green+Blue) = 40+90+22=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #285A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285A16 is #D7A5E9. Grayscale: #434343. Windows color (decimal): -14132714 or 1464872. OLE color: 1464872.

HSL color Cylindrical-coordinate representation of color #285A16: hue angle of 104.12º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #285A16 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB409022-
CMYK0.5600.760.65
HSL104.12º60.71%21.96%-
HSV(B)104.12º75.56%35.29%-
XYZ4.687.822.02-
YUV67.3102.44108.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.32%
GREEN value IS 90 (35.55% from 255) = 59.21%
BLUE value IS 22 (8.98% from 255) = 14.47%
R=26.32%
G=59.21%
B=14.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4090220.5600.760.65104.1260.7121.96
Hex285A163804C41683d16
Octal50132267001141011507526
Binary101000101101010110111000010011001000001110100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285A16; }

 p { color: rgb(40,90,22); }

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

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

 a { background-color: rgb(40,90,22); }

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

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

 span { border-color: rgb(40,90,22); }

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