#0C1C06

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

Shades of Myrtle #0C1C06

Tints of Myrtle #0C1C06

Color information

#0C1C06 (or 0x0C1C06) is unknown color: approx Myrtle. HEX triplet: 0C, 1C and 06. RGB value is (12,28,6). Sum of RGB (Red+Green+Blue) = 12+28+6=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #0C1C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1C06 is #F3E3F9. Grayscale: #141414. Windows color (decimal): -15983610 or 400396. OLE color: 400396.

HSL color Cylindrical-coordinate representation of color #0C1C06: hue angle of 103.64º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C1C06 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB12286-
CMYK0.5700.790.89
HSL103.64º64.71%6.67%-
HSV(B)103.64º78.57%10.98%-
XYZ0.60.920.32-
YUV20.71119.7121.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.09%
GREEN value IS 28 (11.33% from 255) = 60.87%
BLUE value IS 6 (2.73% from 255) = 13.04%
R=26.09%
G=60.87%
B=13.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal122860.5700.790.89103.6464.716.67
HexC1C63904F5968417
Octal143467101171311501017
Binary11001110011011100101001111101100111010001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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