#12550A

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

Shades of Myrtle #12550A

Tints of Myrtle #12550A

Color information

#12550A (or 0x12550A) is unknown color: approx Myrtle. HEX triplet: 12, 55 and 0A. RGB value is (18,85,10). Sum of RGB (Red+Green+Blue) = 18+85+10=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #12550A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12550A is #EDAAF5. Grayscale: #383838. Windows color (decimal): -15575798 or 677138. OLE color: 677138.

HSL color Cylindrical-coordinate representation of color #12550A: hue angle of 113.6º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12550A is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB188510-
CMYK0.7900.880.67
HSL113.6º78.95%18.63%-
HSV(B)113.6º88.24%33.33%-
XYZ3.556.651.38-
YUV56.42101.8100.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 85 (33.59% from 255) = 75.22%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=15.93%
G=75.22%
B=8.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885100.7900.880.67113.678.9518.63
Hex1255A4F05843724f13
Octal2212512117013010316211723
Binary100101010101101010011110101100010000111110010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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