#0C530D

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

Shades of Myrtle #0C530D

Tints of Myrtle #0C530D

Color information

#0C530D (or 0x0C530D) is unknown color: approx Myrtle. HEX triplet: 0C, 53 and 0D. RGB value is (12,83,13). Sum of RGB (Red+Green+Blue) = 12+83+13=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #0C530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C530D is #F3ACF2. Grayscale: #363636. Windows color (decimal): -15969523 or 873228. OLE color: 873228.

HSL color Cylindrical-coordinate representation of color #0C530D: hue angle of 120.85º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C530D is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB128313-
CMYK0.8600.840.67
HSL120.85º74.74%18.63%-
HSV(B)120.85º85.54%32.55%-
XYZ3.326.291.42-
YUV53.79104.9898.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.11%
GREEN value IS 83 (32.81% from 255) = 76.85%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=11.11%
G=76.85%
B=12.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1283130.8600.840.67120.8574.7418.63
HexC53D5605443794b13
Octal1412315126012410317111323
Binary11001010011110110101100101010010000111111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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