#114705

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

Shades of Myrtle #114705

Tints of Myrtle #114705

Color information

#114705 (or 0x114705) is unknown color: approx Myrtle. HEX triplet: 11, 47 and 05. RGB value is (17,71,5). Sum of RGB (Red+Green+Blue) = 17+71+5=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #114705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114705 is #EEB8FA. Grayscale: #2F2F2F. Windows color (decimal): -15644923 or 345873. OLE color: 345873.

HSL color Cylindrical-coordinate representation of color #114705: hue angle of 109.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114705 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB17715-
CMYK0.7600.930.72
HSL109.09º86.84%14.9%-
HSV(B)109.09º92.96%27.84%-
XYZ2.514.640.91-
YUV47.33104.11106.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 71 (28.12% from 255) = 76.34%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=18.28%
G=76.34%
B=5.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal177150.7600.930.72109.0986.8414.9
Hex114754C05D486d57f
Octal211075114013511015512717
Binary1000110001111011001100010111011001000110110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114705; }

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

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

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

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

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

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

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

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