#115310

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

Shades of Myrtle #115310

Tints of Myrtle #115310

Color information

#115310 (or 0x115310) is unknown color: approx Myrtle. HEX triplet: 11, 53 and 10. RGB value is (17,83,16). Sum of RGB (Red+Green+Blue) = 17+83+16=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 83 (32.81% from 255 or 71.55% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 83 - color contains mainly: green. Hex color #115310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115310 is #EEACEF. Grayscale: #373737. Windows color (decimal): -15641840 or 1069841. OLE color: 1069841.

HSL color Cylindrical-coordinate representation of color #115310: hue angle of 119.1º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115310 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB178316-
CMYK0.8000.810.67
HSL119.1º67.68%19.41%-
HSV(B)119.1º80.72%32.55%-
XYZ3.426.341.53-
YUV55.63105.63100.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 83 (32.81% from 255) = 71.55%
BLUE value IS 16 (6.64% from 255) = 13.79%
R=14.66%
G=71.55%
B=13.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1783160.8000.810.67119.167.6819.41
Hex1153105005143774413
Octal2112320120012110316710423
Binary1000110100111000010100000101000110000111110111100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115310; }

 p { color: rgb(17,83,16); }

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

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

 a { background-color: rgb(17,83,16); }

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

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

 span { border-color: rgb(17,83,16); }

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