#115318

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

Shades of Myrtle #115318

Tints of Myrtle #115318

Color information

#115318 (or 0x115318) is unknown color: approx Myrtle. HEX triplet: 11, 53 and 18. RGB value is (17,83,24). Sum of RGB (Red+Green+Blue) = 17+83+24=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #115318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115318 is #EEACE7. Grayscale: #383838. Windows color (decimal): -15641832 or 1594129. OLE color: 1594129.

HSL color Cylindrical-coordinate representation of color #115318: hue angle of 126.36º 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 #115318 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB178324-
CMYK0.8000.710.67
HSL126.36º66%19.61%-
HSV(B)126.36º79.52%32.55%-
XYZ3.496.371.91-
YUV56.54109.6399.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 83 (32.81% from 255) = 66.94%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=13.71%
G=66.94%
B=19.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1783240.8000.710.67126.366619.61
Hex11531850047437e4214
Octal2112330120010710317610224
Binary1000110100111100010100000100011110000111111110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115318; }

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

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

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

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

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

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

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

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