#125603

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

Shades of Myrtle #125603

Tints of Myrtle #125603

Color information

#125603 (or 0x125603) is unknown color: approx Myrtle. HEX triplet: 12, 56 and 03. RGB value is (18,86,3). Sum of RGB (Red+Green+Blue) = 18+86+3=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 86 (33.98% from 255 or 80.37% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 86 - color contains mainly: green. Hex color #125603 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125603 is #EDA9FC. Grayscale: #383838. Windows color (decimal): -15575549 or 218642. OLE color: 218642.

HSL color Cylindrical-coordinate representation of color #125603: hue angle of 109.16º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #125603 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB18863-
CMYK0.7900.970.66
HSL109.16º93.26%17.45%-
HSV(B)109.16º96.51%33.73%-
XYZ3.596.791.21-
YUV56.2197.97100.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 86 (33.98% from 255) = 80.37%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=16.82%
G=80.37%
B=2.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal188630.7900.970.66109.1693.2617.45
Hex125634F061426d5d11
Octal221263117014110215513521
Binary1001010101101110011110110000110000101101101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125603; }

 p { color: rgb(18,86,3); }

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

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

 a { background-color: rgb(18,86,3); }

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

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

 span { border-color: rgb(18,86,3); }

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