#0D3F10

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

Shades of Myrtle #0D3F10

Tints of Myrtle #0D3F10

Color information

#0D3F10 (or 0x0D3F10) is unknown color: approx Myrtle. HEX triplet: 0D, 3F and 10. RGB value is (13,63,16). Sum of RGB (Red+Green+Blue) = 13+63+16=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 63 (25% from 255 or 68.48% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 63 - color contains mainly: green. Hex color #0D3F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3F10 is #F2C0EF. Grayscale: #2A2A2A. Windows color (decimal): -15909104 or 1064717. OLE color: 1064717.

HSL color Cylindrical-coordinate representation of color #0D3F10: hue angle of 123.6º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D3F10 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB136316-
CMYK0.7900.750.75
HSL123.6º65.79%14.9%-
HSV(B)123.6º79.37%24.71%-
XYZ2.043.681.09-
YUV42.69112.94106.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.13%
GREEN value IS 63 (25% from 255) = 68.48%
BLUE value IS 16 (6.64% from 255) = 17.39%
R=14.13%
G=68.48%
B=17.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1363160.7900.750.75123.665.7914.9
HexD3F104F04B4B7c42f
Octal157720117011311317410217
Binary1101111111100001001111010010111001011111110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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