#0D3510

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

Shades of Myrtle #0D3510

Tints of Myrtle #0D3510

Color information

#0D3510 (or 0x0D3510) is unknown color: approx Myrtle. HEX triplet: 0D, 35 and 10. RGB value is (13,53,16). Sum of RGB (Red+Green+Blue) = 13+53+16=82 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.85% from 82); Green value is 53 (21.09% from 255 or 64.63% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 53 - color contains mainly: green. Hex color #0D3510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3510 is #F2CAEF. Grayscale: #242424. Windows color (decimal): -15911664 or 1062157. OLE color: 1062157.

HSL color Cylindrical-coordinate representation of color #0D3510: hue angle of 124.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3510 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB135316-
CMYK0.7500.700.79
HSL124.5º60.61%12.94%-
HSV(B)124.5º75.47%20.78%-
XYZ1.532.670.92-
YUV36.82116.25111.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.85%
GREEN value IS 53 (21.09% from 255) = 64.63%
BLUE value IS 16 (6.64% from 255) = 19.51%
R=15.85%
G=64.63%
B=19.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1353160.7500.700.79124.560.6112.94
HexD35104B0464F7c3dd
Octal15652011301061171747515
Binary110111010110000100101101000110100111111111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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