#12510C

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

Shades of Myrtle #12510C

Tints of Myrtle #12510C

Color information

#12510C (or 0x12510C) is unknown color: approx Myrtle. HEX triplet: 12, 51 and 0C. RGB value is (18,81,12). Sum of RGB (Red+Green+Blue) = 18+81+12=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 81 (32.03% from 255 or 72.97% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 81 - color contains mainly: green. Hex color #12510C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12510C is #EDAEF3. Grayscale: #363636. Windows color (decimal): -15576820 or 807186. OLE color: 807186.

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

Color convert

RGB188112-
CMYK0.7800.850.68
HSL114.78º74.19%18.24%-
HSV(B)114.78º85.19%31.76%-
XYZ3.266.041.34-
YUV54.3104.13102.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 81 (32.03% from 255) = 72.97%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=16.22%
G=72.97%
B=10.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881120.7800.850.68114.7874.1918.24
Hex1251C4E05544734a12
Octal2212114116012510416311222
Binary100101010001110010011100101010110001001110011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12510C; }

 p { color: rgb(18,81,12); }

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

<style>
 a { background-color: #12510C; }

 a { background-color: rgb(18,81,12); }

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

<style>
 span { border-color: #12510C; }

 span { border-color: rgb(18,81,12); }

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