#0C5103

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

Shades of Myrtle #0C5103

Tints of Myrtle #0C5103

Color information

#0C5103 (or 0x0C5103) is unknown color: approx Myrtle. HEX triplet: 0C, 51 and 03. RGB value is (12,81,3). Sum of RGB (Red+Green+Blue) = 12+81+3=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 81 (32.03% from 255 or 84.38% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 81 - color contains mainly: green. Hex color #0C5103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5103 is #F3AEFC. Grayscale: #333333. Windows color (decimal): -15970045 or 217356. OLE color: 217356.

HSL color Cylindrical-coordinate representation of color #0C5103: hue angle of 113.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C5103 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB12813-
CMYK0.8500.960.68
HSL113.08º92.86%16.47%-
HSV(B)113.08º96.3%31.76%-
XYZ3.115.971.07-
YUV51.48100.6499.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.5%
GREEN value IS 81 (32.03% from 255) = 84.38%
BLUE value IS 3 (1.56% from 255) = 3.12%
R=12.5%
G=84.38%
B=3.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal128130.8500.960.68113.0892.8616.47
HexC5135506044715d10
Octal141213125014010416113520
Binary110010100011110101010110000010001001110001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,81,3); }

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

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

 a { background-color: rgb(12,81,3); }

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

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

 span { border-color: rgb(12,81,3); }

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