#114D02

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

Shades of Myrtle #114D02

Tints of Myrtle #114D02

Color information

#114D02 (or 0x114D02) is unknown color: approx Myrtle. HEX triplet: 11, 4D and 02. RGB value is (17,77,2). Sum of RGB (Red+Green+Blue) = 17+77+2=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 77 (30.47% from 255 or 80.21% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 77 - color contains mainly: green. Hex color #114D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114D02 is #EEB2FD. Grayscale: #323232. Windows color (decimal): -15643390 or 150801. OLE color: 150801.

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

Color convert

RGB17772-
CMYK0.7800.970.70
HSL108º94.94%15.49%-
HSV(B)108º97.4%30.2%-
XYZ2.95.430.95-
YUV50.51100.62104.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.71%
GREEN value IS 77 (30.47% from 255) = 80.21%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=17.71%
G=80.21%
B=2.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal177720.7800.970.7010894.9415.49
Hex114D24E061466c5ff
Octal211152116014110615413717
Binary100011001101101001110011000011000110110110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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