#125214

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

Shades of Myrtle #125214

Tints of Myrtle #125214

Color information

#125214 (or 0x125214) is unknown color: approx Myrtle. HEX triplet: 12, 52 and 14. RGB value is (18,82,20). Sum of RGB (Red+Green+Blue) = 18+82+20=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #125214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125214 is #EDADEB. Grayscale: #373737. Windows color (decimal): -15576556 or 1331730. OLE color: 1331730.

HSL color Cylindrical-coordinate representation of color #125214: hue angle of 121.88º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125214 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB188220-
CMYK0.7800.760.68
HSL121.88º64%19.61%-
HSV(B)121.88º78.05%32.16%-
XYZ3.396.211.68-
YUV55.8107.8101.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 82 (32.42% from 255) = 68.33%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=15%
G=68.33%
B=16.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882200.7800.760.68121.886419.61
Hex1252144E04C447a4014
Octal2212224116011410417210024
Binary1001010100101010010011100100110010001001111010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125214; }

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

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

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

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

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

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

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

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