#0C5812

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

Shades of Myrtle #0C5812

Tints of Myrtle #0C5812

Color information

#0C5812 (or 0x0C5812) is unknown color: approx Myrtle. HEX triplet: 0C, 58 and 12. RGB value is (12,88,18). Sum of RGB (Red+Green+Blue) = 12+88+18=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 88 (34.77% from 255 or 74.58% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5812 is #F3A7ED. Grayscale: #393939. Windows color (decimal): -15968238 or 1202188. OLE color: 1202188.

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

Color convert

RGB128818-
CMYK0.8600.800.65
HSL124.74º76%19.61%-
HSV(B)124.74º86.36%34.51%-
XYZ3.757.11.75-
YUV57.3105.8295.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.17%
GREEN value IS 88 (34.77% from 255) = 74.58%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=10.17%
G=74.58%
B=15.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1288180.8600.800.65124.747619.61
HexC581256050417d4c14
Octal1413022126012010117511424
Binary110010110001001010101100101000010000011111101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,88,18); }

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

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

 a { background-color: rgb(12,88,18); }

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

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

 span { border-color: rgb(12,88,18); }

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