#125410

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

Shades of Myrtle #125410

Tints of Myrtle #125410

Color information

#125410 (or 0x125410) is unknown color: approx Myrtle. HEX triplet: 12, 54 and 10. RGB value is (18,84,16). Sum of RGB (Red+Green+Blue) = 18+84+16=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 84 (33.20% from 255 or 71.19% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 84 - color contains mainly: green. Hex color #125410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125410 is #EDABEF. Grayscale: #383838. Windows color (decimal): -15576048 or 1070098. OLE color: 1070098.

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

Color convert

RGB188416-
CMYK0.7900.810.67
HSL118.24º68%19.61%-
HSV(B)118.24º80.95%32.94%-
XYZ3.516.511.56-
YUV56.51105.13100.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 84 (33.20% from 255) = 71.19%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=15.25%
G=71.19%
B=13.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884160.7900.810.67118.246819.61
Hex1254104F05143764414
Octal2212420117012110316610424
Binary1001010101001000010011110101000110000111110110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125410; }

 p { color: rgb(18,84,16); }

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

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

 a { background-color: rgb(18,84,16); }

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

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

 span { border-color: rgb(18,84,16); }

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