#114519

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

Shades of Myrtle #114519

Tints of Myrtle #114519

Color information

#114519 (or 0x114519) is unknown color: approx Myrtle. HEX triplet: 11, 45 and 19. RGB value is (17,69,25). Sum of RGB (Red+Green+Blue) = 17+69+25=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #114519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114519 is #EEBAE6. Grayscale: #303030. Windows color (decimal): -15645415 or 1656081. OLE color: 1656081.

HSL color Cylindrical-coordinate representation of color #114519: hue angle of 129.23º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114519 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB176925-
CMYK0.7500.640.73
HSL129.23º60.47%16.86%-
HSV(B)129.23º75.36%27.06%-
XYZ2.534.451.64-
YUV48.44114.77105.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 69 (27.34% from 255) = 62.16%
BLUE value IS 25 (10.16% from 255) = 22.52%
R=15.32%
G=62.16%
B=22.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769250.7500.640.73129.2360.4716.86
Hex1145194B04049813c11
Octal211053111301001112017421
Binary1000110001011100110010110100000010010011000000111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114519; }

 p { color: rgb(17,69,25); }

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

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

 a { background-color: rgb(17,69,25); }

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

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

 span { border-color: rgb(17,69,25); }

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