#0C1A08

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

Shades of Myrtle #0C1A08

Tints of Myrtle #0C1A08

Color information

#0C1A08 (or 0x0C1A08) is unknown color: approx Myrtle. HEX triplet: 0C, 1A and 08. RGB value is (12,26,8). Sum of RGB (Red+Green+Blue) = 12+26+8=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 26 (10.55% from 255 or 56.52% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 26 - color contains mainly: green. Hex color #0C1A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1A08 is #F3E5F7. Grayscale: #131313. Windows color (decimal): -15984120 or 530956. OLE color: 530956.

HSL color Cylindrical-coordinate representation of color #0C1A08: hue angle of 106.67º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C1A08 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.

Color convert

RGB12268-
CMYK0.5400.690.90
HSL106.67º52.94%6.67%-
HSV(B)106.67º69.23%10.2%-
XYZ0.560.830.36-
YUV19.76121.36122.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.09%
GREEN value IS 26 (10.55% from 255) = 56.52%
BLUE value IS 8 (3.52% from 255) = 17.39%
R=26.09%
G=56.52%
B=17.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal122680.5400.690.90106.6752.946.67
HexC1A8360455A6b357
Octal143210660105132153657
Binary11001101010001101100100010110110101101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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