#114114

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

Shades of Myrtle #114114

Tints of Myrtle #114114

Color information

#114114 (or 0x114114) is unknown color: approx Myrtle. HEX triplet: 11, 41 and 14. RGB value is (17,65,20). Sum of RGB (Red+Green+Blue) = 17+65+20=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #114114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114114 is #EEBEEB. Grayscale: #2D2D2D. Windows color (decimal): -15646444 or 1327377. OLE color: 1327377.

HSL color Cylindrical-coordinate representation of color #114114: hue angle of 123.75º 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 #114114 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB176520-
CMYK0.7400.690.75
HSL123.75º58.54%16.08%-
HSV(B)123.75º73.85%25.49%-
XYZ2.253.951.31-
YUV45.52113.6107.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 65 (25.78% from 255) = 63.73%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=16.67%
G=63.73%
B=19.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765200.7400.690.75123.7558.5416.08
Hex1141144A0454B7c3b10
Octal211012411201051131747320
Binary100011000001101001001010010001011001011111110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114114; }

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

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

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

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

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

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

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

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