#114D03

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

Shades of Myrtle #114D03

Tints of Myrtle #114D03

Color information

#114D03 (or 0x114D03) is unknown color: approx Myrtle. HEX triplet: 11, 4D and 03. RGB value is (17,77,3). Sum of RGB (Red+Green+Blue) = 17+77+3=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 77 (30.47% from 255 or 79.38% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 77 - color contains mainly: green. Hex color #114D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114D03 is #EEB2FC. Grayscale: #323232. Windows color (decimal): -15643389 or 216337. OLE color: 216337.

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

Color convert

RGB17773-
CMYK0.7800.960.70
HSL108.65º92.5%15.69%-
HSV(B)108.65º96.1%30.2%-
XYZ2.95.430.98-
YUV50.62101.12104.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 77 (30.47% from 255) = 79.38%
BLUE value IS 3 (1.56% from 255) = 3.09%
R=17.53%
G=79.38%
B=3.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal177730.7800.960.70108.6592.515.69
Hex114D34E060466d5c10
Octal211153116014010615513420
Binary1000110011011110011100110000010001101101101101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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