#0D320D

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

Shades of Myrtle #0D320D

Tints of Myrtle #0D320D

Color information

#0D320D (or 0x0D320D) is unknown color: approx Myrtle. HEX triplet: 0D, 32 and 0D. RGB value is (13,50,13). Sum of RGB (Red+Green+Blue) = 13+50+13=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #0D320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D320D is #F2CDF2. Grayscale: #222222. Windows color (decimal): -15912435 or 864781. OLE color: 864781.

HSL color Cylindrical-coordinate representation of color #0D320D: hue angle of 120º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D320D is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB135013-
CMYK0.7400.740.80
HSL120º58.73%12.35%-
HSV(B)120º74%19.61%-
XYZ1.382.40.77-
YUV34.72115.74112.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.11%
GREEN value IS 50 (19.92% from 255) = 65.79%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=17.11%
G=65.79%
B=17.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1350130.7400.740.8012058.7312.35
HexD32D4A04A50783bc
Octal15621511201121201707314
Binary11011100101101100101001001010101000011110001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,50,13); }

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

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

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

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

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

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

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