#12550E

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

Shades of Myrtle #12550E

Tints of Myrtle #12550E

Color information

#12550E (or 0x12550E) is unknown color: approx Myrtle. HEX triplet: 12, 55 and 0E. RGB value is (18,85,14). Sum of RGB (Red+Green+Blue) = 18+85+14=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 85 (33.59% from 255 or 72.65% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 85 - color contains mainly: green. Hex color #12550E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12550E is #EDAAF1. Grayscale: #393939. Windows color (decimal): -15575794 or 939282. OLE color: 939282.

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

Color convert

RGB188514-
CMYK0.7900.840.67
HSL116.62º71.72%19.41%-
HSV(B)116.62º83.53%33.33%-
XYZ3.586.661.51-
YUV56.87103.8100.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 85 (33.59% from 255) = 72.65%
BLUE value IS 14 (5.86% from 255) = 11.97%
R=15.38%
G=72.65%
B=11.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885140.7900.840.67116.6271.7219.41
Hex1255E4F05443754813
Octal2212516117012410316511023
Binary100101010101111010011110101010010000111110101100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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