#0C3006

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

Shades of Myrtle #0C3006

Tints of Myrtle #0C3006

Color information

#0C3006 (or 0x0C3006) is unknown color: approx Myrtle. HEX triplet: 0C, 30 and 06. RGB value is (12,48,6). Sum of RGB (Red+Green+Blue) = 12+48+6=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #0C3006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3006 is #F3CFF9. Grayscale: #202020. Windows color (decimal): -15978490 or 405516. OLE color: 405516.

HSL color Cylindrical-coordinate representation of color #0C3006: hue angle of 111.43º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C3006 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB12486-
CMYK0.7500.870.81
HSL111.43º77.78%10.59%-
HSV(B)111.43º87.5%18.82%-
XYZ1.242.210.53-
YUV32.45113.07113.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.18%
GREEN value IS 48 (19.14% from 255) = 72.73%
BLUE value IS 6 (2.73% from 255) = 9.09%
R=18.18%
G=72.73%
B=9.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal124860.7500.870.81111.4377.7810.59
HexC3064B057516f4eb
Octal14606113012712115711613
Binary11001100001101001011010101111010001110111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,48,6); }

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

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

 a { background-color: rgb(12,48,6); }

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

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

 span { border-color: rgb(12,48,6); }

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