#0C320D

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

Shades of Myrtle #0C320D

Tints of Myrtle #0C320D

Color information

#0C320D (or 0x0C320D) is unknown color: approx Myrtle. HEX triplet: 0C, 32 and 0D. RGB value is (12,50,13). Sum of RGB (Red+Green+Blue) = 12+50+13=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 50 (19.92% from 255 or 66.67% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 50 - color contains mainly: green. Hex color #0C320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C320D is #F3CDF2. Grayscale: #222222. Windows color (decimal): -15977971 or 864780. OLE color: 864780.

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

Color convert

RGB125013-
CMYK0.7600.740.80
HSL121.58º61.29%12.16%-
HSV(B)121.58º76%19.61%-
XYZ1.362.390.77-
YUV34.42115.91112.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16%
GREEN value IS 50 (19.92% from 255) = 66.67%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=16%
G=66.67%
B=17.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1250130.7600.740.80121.5861.2912.16
HexC32D4C04A507a3dc
Octal14621511401121201727514
Binary11001100101101100110001001010101000011110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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