#125413

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

Shades of Myrtle #125413

Tints of Myrtle #125413

Color information

#125413 (or 0x125413) is unknown color: approx Myrtle. HEX triplet: 12, 54 and 13. RGB value is (18,84,19). Sum of RGB (Red+Green+Blue) = 18+84+19=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #125413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125413 is #EDABEC. Grayscale: #393939. Windows color (decimal): -15576045 or 1266706. OLE color: 1266706.

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

Color convert

RGB188419-
CMYK0.7900.770.67
HSL120.91º64.71%20%-
HSV(B)120.91º78.57%32.94%-
XYZ3.546.521.69-
YUV56.86106.63100.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 84 (33.20% from 255) = 69.42%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=14.88%
G=69.42%
B=15.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884190.7900.770.67120.9164.7120
Hex1254134F04D43794114
Octal2212423117011510317110124
Binary1001010101001001110011110100110110000111111001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125413; }

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

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

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

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

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

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

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

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