#125B03

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

Shades of Myrtle #125B03

Tints of Myrtle #125B03

Color information

#125B03 (or 0x125B03) is unknown color: approx Myrtle. HEX triplet: 12, 5B and 03. RGB value is (18,91,3). Sum of RGB (Red+Green+Blue) = 18+91+3=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 91 (35.94% from 255 or 81.25% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 91 - color contains mainly: green. Hex color #125B03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125B03 is #EDA4FC. Grayscale: #3B3B3B. Windows color (decimal): -15574269 or 219922. OLE color: 219922.

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

Color convert

RGB18913-
CMYK0.8000.970.64
HSL109.77º93.62%18.43%-
HSV(B)109.77º96.7%35.69%-
XYZ4.017.621.35-
YUV59.1496.3298.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 91 (35.94% from 255) = 81.25%
BLUE value IS 3 (1.56% from 255) = 2.68%
R=16.07%
G=81.25%
B=2.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal189130.8000.970.64109.7793.6218.43
Hex125B350061406e5e12
Octal221333120014110015613622
Binary1001010110111110100000110000110000001101110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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