#28580E

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

Shades of Myrtle #28580E

Tints of Myrtle #28580E

Color information

#28580E (or 0x28580E) is unknown color: approx Myrtle. HEX triplet: 28, 58 and 0E. RGB value is (40,88,14). Sum of RGB (Red+Green+Blue) = 40+88+14=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #28580E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28580E is #D7A7F1. Grayscale: #414141. Windows color (decimal): -14133234 or 940072. OLE color: 940072.

HSL color Cylindrical-coordinate representation of color #28580E: hue angle of 98.92º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28580E is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB408814-
CMYK0.5500.840.65
HSL98.92º72.55%20%-
HSV(B)98.92º84.09%34.51%-
XYZ4.447.461.62-
YUV65.2199.1110.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.17%
GREEN value IS 88 (34.77% from 255) = 61.97%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=28.17%
G=61.97%
B=9.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4088140.5500.840.6598.9272.5520
Hex2858E3705441634914
Octal501301667012410114311124
Binary101000101100011101101110101010010000011100011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28580E; }

 p { color: rgb(40,88,14); }

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

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

 a { background-color: rgb(40,88,14); }

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

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

 span { border-color: rgb(40,88,14); }

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