#28580D

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

Shades of Myrtle #28580D

Tints of Myrtle #28580D

Color information

#28580D (or 0x28580D) is unknown color: approx Myrtle. HEX triplet: 28, 58 and 0D. RGB value is (40,88,13). Sum of RGB (Red+Green+Blue) = 40+88+13=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #28580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28580D is #D7A7F2. Grayscale: #414141. Windows color (decimal): -14133235 or 874536. OLE color: 874536.

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

Color convert

RGB408813-
CMYK0.5500.850.65
HSL98.4º74.26%19.8%-
HSV(B)98.4º85.23%34.51%-
XYZ4.447.461.59-
YUV65.198.6110.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.37%
GREEN value IS 88 (34.77% from 255) = 62.41%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=28.37%
G=62.41%
B=9.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4088130.5500.850.6598.474.2619.8
Hex2858D3705541624a14
Octal501301567012510114211224
Binary101000101100011011101110101010110000011100010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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