#114813

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

Shades of Myrtle #114813

Tints of Myrtle #114813

Color information

#114813 (or 0x114813) is unknown color: approx Myrtle. HEX triplet: 11, 48 and 13. RGB value is (17,72,19). Sum of RGB (Red+Green+Blue) = 17+72+19=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 72 (28.52% from 255 or 66.67% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 72 - color contains mainly: green. Hex color #114813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114813 is #EEB7EC. Grayscale: #313131. Windows color (decimal): -15644653 or 1263633. OLE color: 1263633.

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

Color convert

RGB177219-
CMYK0.7600.740.72
HSL122.18º61.8%17.45%-
HSV(B)122.18º76.39%28.24%-
XYZ2.674.81.4-
YUV49.51110.78104.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 72 (28.52% from 255) = 66.67%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=15.74%
G=66.67%
B=17.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1772190.7600.740.72122.1861.817.45
Hex1148134C04A487a3e11
Octal211102311401121101727621
Binary100011001000100111001100010010101001000111101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114813; }

 p { color: rgb(17,72,19); }

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

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

 a { background-color: rgb(17,72,19); }

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

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

 span { border-color: rgb(17,72,19); }

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