#286013

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

Shades of Myrtle #286013

Tints of Myrtle #286013

Color information

#286013 (or 0x286013) is unknown color: approx Myrtle. HEX triplet: 28, 60 and 13. RGB value is (40,96,19). Sum of RGB (Red+Green+Blue) = 40+96+19=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #286013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286013 is #D79FEC. Grayscale: #464646. Windows color (decimal): -14131181 or 1269800. OLE color: 1269800.

HSL color Cylindrical-coordinate representation of color #286013: hue angle of 103.64º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #286013 is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB409619-
CMYK0.5800.800.62
HSL103.64º66.96%22.55%-
HSV(B)103.64º80.21%37.65%-
XYZ5.188.862.05-
YUV70.4898.95106.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 96 (37.89% from 255) = 61.94%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=25.81%
G=61.94%
B=12.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096190.5800.800.62103.6466.9622.55
Hex2860133A0503E684317
Octal50140237201207615010327
Binary101000110000010011111010010100001111101101000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286013; }

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

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

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

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

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

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

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

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