#0C1908

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

Shades of Myrtle #0C1908

Tints of Myrtle #0C1908

Color information

#0C1908 (or 0x0C1908) is unknown color: approx Myrtle. HEX triplet: 0C, 19 and 08. RGB value is (12,25,8). Sum of RGB (Red+Green+Blue) = 12+25+8=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1908 is #F3E6F7. Grayscale: #131313. Windows color (decimal): -15984376 or 530700. OLE color: 530700.

HSL color Cylindrical-coordinate representation of color #0C1908: hue angle of 105.88º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C1908 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.90.

Color convert

RGB12258-
CMYK0.5200.680.90
HSL105.88º51.52%6.47%-
HSV(B)105.88º68%9.8%-
XYZ0.540.790.35-
YUV19.17121.69122.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.67%
GREEN value IS 25 (10.16% from 255) = 55.56%
BLUE value IS 8 (3.52% from 255) = 17.78%
R=26.67%
G=55.56%
B=17.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal122580.5200.680.90105.8851.526.47
HexC198340445A6a346
Octal143110640104132152646
Binary11001100110001101000100010010110101101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,25,8); }

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

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

 a { background-color: rgb(12,25,8); }

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

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

 span { border-color: rgb(12,25,8); }

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