#114F03

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

Shades of Myrtle #114F03

Tints of Myrtle #114F03

Color information

#114F03 (or 0x114F03) is unknown color: approx Myrtle. HEX triplet: 11, 4F and 03. RGB value is (17,79,3). Sum of RGB (Red+Green+Blue) = 17+79+3=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 79 (31.25% from 255 or 79.80% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 79 - color contains mainly: green. Hex color #114F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114F03 is #EEB0FC. Grayscale: #343434. Windows color (decimal): -15642877 or 216849. OLE color: 216849.

HSL color Cylindrical-coordinate representation of color #114F03: hue angle of 108.95º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #114F03 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB17793-
CMYK0.7800.960.69
HSL108.95º92.68%16.08%-
HSV(B)108.95º96.2%30.98%-
XYZ3.045.721.03-
YUV51.8100.46103.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 79 (31.25% from 255) = 79.80%
BLUE value IS 3 (1.56% from 255) = 3.03%
R=17.17%
G=79.80%
B=3.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal177930.7800.960.69108.9592.6816.08
Hex114F34E060456d5d10
Octal211173116014010515513520
Binary1000110011111110011100110000010001011101101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114F03; }

 p { color: rgb(17,79,3); }

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

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

 a { background-color: rgb(17,79,3); }

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

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

 span { border-color: rgb(17,79,3); }

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