#12520D

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

Shades of Myrtle #12520D

Tints of Myrtle #12520D

Color information

#12520D (or 0x12520D) is unknown color: approx Myrtle. HEX triplet: 12, 52 and 0D. RGB value is (18,82,13). Sum of RGB (Red+Green+Blue) = 18+82+13=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 82 (32.42% from 255 or 72.57% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 82 - color contains mainly: green. Hex color #12520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12520D is #EDADF2. Grayscale: #373737. Windows color (decimal): -15576563 or 872978. OLE color: 872978.

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

Color convert

RGB188213-
CMYK0.7800.840.68
HSL115.65º72.63%18.63%-
HSV(B)115.65º84.15%32.16%-
XYZ3.346.191.4-
YUV55104.3101.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 82 (32.42% from 255) = 72.57%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=15.93%
G=72.57%
B=11.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882130.7800.840.68115.6572.6318.63
Hex1252D4E05444744913
Octal2212215116012410416411123
Binary100101010010110110011100101010010001001110100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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