#114B05

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

Shades of Myrtle #114B05

Tints of Myrtle #114B05

Color information

#114B05 (or 0x114B05) is unknown color: approx Myrtle. HEX triplet: 11, 4B and 05. RGB value is (17,75,5). Sum of RGB (Red+Green+Blue) = 17+75+5=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 75 (29.69% from 255 or 77.32% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 75 - color contains mainly: green. Hex color #114B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114B05 is #EEB4FA. Grayscale: #313131. Windows color (decimal): -15643899 or 346897. OLE color: 346897.

HSL color Cylindrical-coordinate representation of color #114B05: hue angle of 109.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114B05 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB17755-
CMYK0.7700.930.71
HSL109.71º87.5%15.69%-
HSV(B)109.71º93.33%29.41%-
XYZ2.775.160.99-
YUV49.68102.78104.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 75 (29.69% from 255) = 77.32%
BLUE value IS 5 (2.34% from 255) = 5.15%
R=17.53%
G=77.32%
B=5.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal177550.7700.930.71109.7187.515.69
Hex114B54D05D476e5810
Octal211135115013510715613020
Binary10001100101110110011010101110110001111101110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,75,5); }

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

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

 a { background-color: rgb(17,75,5); }

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

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

 span { border-color: rgb(17,75,5); }

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