#0D5802

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

Shades of Myrtle #0D5802

Tints of Myrtle #0D5802

Color information

#0D5802 (or 0x0D5802) is unknown color: approx Myrtle. HEX triplet: 0D, 58 and 02. RGB value is (13,88,2). Sum of RGB (Red+Green+Blue) = 13+88+2=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 88 (34.77% from 255 or 85.44% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 88 - color contains mainly: green. Hex color #0D5802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5802 is #F2A7FD. Grayscale: #383838. Windows color (decimal): -15902718 or 153613. OLE color: 153613.

HSL color Cylindrical-coordinate representation of color #0D5802: hue angle of 112.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D5802 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB13882-
CMYK0.8500.980.65
HSL112.33º95.56%17.65%-
HSV(B)112.33º97.73%34.51%-
XYZ3.677.071.23-
YUV55.7797.6597.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.62%
GREEN value IS 88 (34.77% from 255) = 85.44%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=12.62%
G=85.44%
B=1.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal138820.8500.980.65112.3395.5617.65
HexD5825506241706012
Octal151302125014210116014022
Binary110110110001010101010110001010000011110000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D5802; }

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

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

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

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

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

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

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

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