#113814

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

Shades of Myrtle #113814

Tints of Myrtle #113814

Color information

#113814 (or 0x113814) is unknown color: approx Myrtle. HEX triplet: 11, 38 and 14. RGB value is (17,56,20). Sum of RGB (Red+Green+Blue) = 17+56+20=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 56 (22.27% from 255 or 60.22% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 56 - color contains mainly: green. Hex color #113814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113814 is #EEC7EB. Grayscale: #282828. Windows color (decimal): -15648748 or 1325073. OLE color: 1325073.

HSL color Cylindrical-coordinate representation of color #113814: hue angle of 124.62º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113814 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB175620-
CMYK0.7000.640.78
HSL124.62º53.42%14.31%-
HSV(B)124.62º69.64%21.96%-
XYZ1.7731.15-
YUV40.24116.58111.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 56 (22.27% from 255) = 60.22%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=18.28%
G=60.22%
B=21.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756200.7000.640.78124.6253.4214.31
Hex113814460404E7d35e
Octal21702410601001161756516
Binary1000111100010100100011001000000100111011111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113814; }

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

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

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

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

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

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

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

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