#0D3910

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

Shades of Myrtle #0D3910

Tints of Myrtle #0D3910

Color information

#0D3910 (or 0x0D3910) is unknown color: approx Myrtle. HEX triplet: 0D, 39 and 10. RGB value is (13,57,16). Sum of RGB (Red+Green+Blue) = 13+57+16=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 57 (22.66% from 255 or 66.28% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 57 - color contains mainly: green. Hex color #0D3910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3910 is #F2C6EF. Grayscale: #272727. Windows color (decimal): -15910640 or 1063181. OLE color: 1063181.

HSL color Cylindrical-coordinate representation of color #0D3910: hue angle of 124.09º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D3910 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB135716-
CMYK0.7700.720.78
HSL124.09º62.86%13.73%-
HSV(B)124.09º77.19%22.35%-
XYZ1.723.050.99-
YUV39.17114.92109.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.12%
GREEN value IS 57 (22.66% from 255) = 66.28%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=15.12%
G=66.28%
B=18.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1357160.7700.720.78124.0962.8613.73
HexD39104D0484E7c3fe
Octal15712011501101161747716
Binary110111100110000100110101001000100111011111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,57,16); }

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

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

 a { background-color: rgb(13,57,16); }

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

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

 span { border-color: rgb(13,57,16); }

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