#114113

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

Shades of Myrtle #114113

Tints of Myrtle #114113

Color information

#114113 (or 0x114113) is unknown color: approx Myrtle. HEX triplet: 11, 41 and 13. RGB value is (17,65,19). Sum of RGB (Red+Green+Blue) = 17+65+19=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #114113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114113 is #EEBEEC. Grayscale: #2D2D2D. Windows color (decimal): -15646445 or 1261841. OLE color: 1261841.

HSL color Cylindrical-coordinate representation of color #114113: hue angle of 122.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114113 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB176519-
CMYK0.7400.710.75
HSL122.5º58.54%16.08%-
HSV(B)122.5º73.85%25.49%-
XYZ2.243.951.26-
YUV45.4113.1107.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 65 (25.78% from 255) = 64.36%
BLUE value IS 19 (7.81% from 255) = 18.81%
R=16.83%
G=64.36%
B=18.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765190.7400.710.75122.558.5416.08
Hex1141134A0474B7a3b10
Octal211012311201071131727320
Binary100011000001100111001010010001111001011111101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114113; }

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

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

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

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

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

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

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

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