#0D320F

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

Shades of Myrtle #0D320F

Tints of Myrtle #0D320F

Color information

#0D320F (or 0x0D320F) is unknown color: approx Myrtle. HEX triplet: 0D, 32 and 0F. RGB value is (13,50,15). Sum of RGB (Red+Green+Blue) = 13+50+15=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #0D320F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D320F is #F2CDF0. Grayscale: #232323. Windows color (decimal): -15912433 or 995853. OLE color: 995853.

HSL color Cylindrical-coordinate representation of color #0D320F: hue angle of 123.24º 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 #0D320F is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB135015-
CMYK0.7400.700.80
HSL123.24º58.73%12.35%-
HSV(B)123.24º74%19.61%-
XYZ1.392.40.84-
YUV34.95116.74112.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.67%
GREEN value IS 50 (19.92% from 255) = 64.10%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=16.67%
G=64.10%
B=19.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1350150.7400.700.80123.2458.7312.35
HexD32F4A046507b3bc
Octal15621711201061201737314
Binary11011100101111100101001000110101000011110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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