#125414

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

Shades of Myrtle #125414

Tints of Myrtle #125414

Color information

#125414 (or 0x125414) is unknown color: approx Myrtle. HEX triplet: 12, 54 and 14. RGB value is (18,84,20). Sum of RGB (Red+Green+Blue) = 18+84+20=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 84 (33.20% from 255 or 68.85% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 84 - color contains mainly: green. Hex color #125414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125414 is #EDABEB. Grayscale: #393939. Windows color (decimal): -15576044 or 1332242. OLE color: 1332242.

HSL color Cylindrical-coordinate representation of color #125414: hue angle of 121.82º 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 #125414 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB188420-
CMYK0.7900.760.67
HSL121.82º64.71%20%-
HSV(B)121.82º78.57%32.94%-
XYZ3.556.521.73-
YUV56.97107.13100.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 84 (33.20% from 255) = 68.85%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=14.75%
G=68.85%
B=16.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884200.7900.760.67121.8264.7120
Hex1254144F04C437a4114
Octal2212424117011410317210124
Binary1001010101001010010011110100110010000111111010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125414; }

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

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

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

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

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

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

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

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