#125D03

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

Shades of Myrtle #125D03

Tints of Myrtle #125D03

Color information

#125D03 (or 0x125D03) is unknown color: approx Myrtle. HEX triplet: 12, 5D and 03. RGB value is (18,93,3). Sum of RGB (Red+Green+Blue) = 18+93+3=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 93 (36.72% from 255 or 81.58% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 93 - color contains mainly: green. Hex color #125D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125D03 is #EDA2FC. Grayscale: #3C3C3C. Windows color (decimal): -15573757 or 220434. OLE color: 220434.

HSL color Cylindrical-coordinate representation of color #125D03: hue angle of 110º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #125D03 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB18933-
CMYK0.8100.970.64
HSL110º93.75%18.82%-
HSV(B)110º96.77%36.47%-
XYZ4.187.961.4-
YUV60.3195.6597.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 93 (36.72% from 255) = 81.58%
BLUE value IS 3 (1.56% from 255) = 2.63%
R=15.79%
G=81.58%
B=2.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal189330.8100.970.6411093.7518.82
Hex125D351061406e5e13
Octal221353121014110015613623
Binary1001010111011110100010110000110000001101110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125D03; }

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

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

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

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

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

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

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

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