#0C5200

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

Shades of Myrtle #0C5200

Tints of Myrtle #0C5200

Color information

#0C5200 (or 0x0C5200) is unknown color: approx Myrtle. HEX triplet: 0C, 52 and 00. RGB value is (12,82,0). Sum of RGB (Red+Green+Blue) = 12+82+0=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 82 (32.42% from 255 or 87.23% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 82 - color contains mainly: green. Hex color #0C5200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5200 is #F3ADFF. Grayscale: #333333. Windows color (decimal): -15969792 or 21004. OLE color: 21004.

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

Color convert

RGB12820-
CMYK0.85010.68
HSL111.22º100%16.08%-
HSV(B)111.22º100%32.16%-
XYZ3.176.111.01-
YUV51.7298.8199.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.77%
GREEN value IS 82 (32.42% from 255) = 87.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.77%
G=87.23%
B=0%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal128200.85010.68111.2210016.08
HexC52055064446f6410
Octal141220125014410415714420
Binary11001010010010101010110010010001001101111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,82,0); }

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

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

 a { background-color: rgb(12,82,0); }

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

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

 span { border-color: rgb(12,82,0); }

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