#115314

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

Shades of Myrtle #115314

Tints of Myrtle #115314

Color information

#115314 (or 0x115314) is unknown color: approx Myrtle. HEX triplet: 11, 53 and 14. RGB value is (17,83,20). Sum of RGB (Red+Green+Blue) = 17+83+20=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #115314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115314 is #EEACEB. Grayscale: #383838. Windows color (decimal): -15641836 or 1331985. OLE color: 1331985.

HSL color Cylindrical-coordinate representation of color #115314: hue angle of 122.73º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115314 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB178320-
CMYK0.8000.760.67
HSL122.73º66%19.61%-
HSV(B)122.73º79.52%32.55%-
XYZ3.456.361.71-
YUV56.08107.63100.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 83 (32.81% from 255) = 69.17%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=14.17%
G=69.17%
B=16.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1783200.8000.760.67122.736619.61
Hex1153145004C437b4214
Octal2112324120011410317310224
Binary1000110100111010010100000100110010000111111011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115314; }

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

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

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

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

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

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

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

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