#12520A

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

Shades of Myrtle #12520A

Tints of Myrtle #12520A

Color information

#12520A (or 0x12520A) is unknown color: approx Myrtle. HEX triplet: 12, 52 and 0A. RGB value is (18,82,10). Sum of RGB (Red+Green+Blue) = 18+82+10=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 82 (32.42% from 255 or 74.55% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 82 - color contains mainly: green. Hex color #12520A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12520A is #EDADF5. Grayscale: #363636. Windows color (decimal): -15576566 or 676370. OLE color: 676370.

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

Color convert

RGB188210-
CMYK0.7800.880.68
HSL113.33º78.26%18.04%-
HSV(B)113.33º87.8%32.16%-
XYZ3.326.191.31-
YUV54.66102.8101.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 82 (32.42% from 255) = 74.55%
BLUE value IS 10 (4.30% from 255) = 9.09%
R=16.36%
G=74.55%
B=9.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882100.7800.880.68113.3378.2618.04
Hex1252A4E05844714e12
Octal2212212116013010416111622
Binary100101010010101010011100101100010001001110001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12520A; }

 p { color: rgb(18,82,10); }

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

<style>
 a { background-color: #12520A; }

 a { background-color: rgb(18,82,10); }

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

<style>
 span { border-color: #12520A; }

 span { border-color: rgb(18,82,10); }

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