#0C5313

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

Shades of Myrtle #0C5313

Tints of Myrtle #0C5313

Color information

#0C5313 (or 0x0C5313) is unknown color: approx Myrtle. HEX triplet: 0C, 53 and 13. RGB value is (12,83,19). Sum of RGB (Red+Green+Blue) = 12+83+19=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #0C5313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5313 is #F3ACEC. Grayscale: #363636. Windows color (decimal): -15969517 or 1266444. OLE color: 1266444.

HSL color Cylindrical-coordinate representation of color #0C5313: hue angle of 125.92º 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 #0C5313 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB128319-
CMYK0.8600.770.67
HSL125.92º74.74%18.63%-
HSV(B)125.92º85.54%32.55%-
XYZ3.366.311.66-
YUV54.47107.9897.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.53%
GREEN value IS 83 (32.81% from 255) = 72.81%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=10.53%
G=72.81%
B=16.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1283190.8600.770.67125.9274.7418.63
HexC53135604D437e4b13
Octal1412323126011510317611323
Binary110010100111001110101100100110110000111111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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