#114407

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

Shades of Myrtle #114407

Tints of Myrtle #114407

Color information

#114407 (or 0x114407) is unknown color: approx Myrtle. HEX triplet: 11, 44 and 07. RGB value is (17,68,7). Sum of RGB (Red+Green+Blue) = 17+68+7=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 68 (26.95% from 255 or 73.91% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 68 - color contains mainly: green. Hex color #114407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114407 is #EEBBF8. Grayscale: #2D2D2D. Windows color (decimal): -15645689 or 476177. OLE color: 476177.

HSL color Cylindrical-coordinate representation of color #114407: hue angle of 110.16º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114407 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB17687-
CMYK0.7500.900.73
HSL110.16º81.33%14.71%-
HSV(B)110.16º89.71%26.67%-
XYZ2.344.270.9-
YUV45.8106.1107.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.48%
GREEN value IS 68 (26.95% from 255) = 73.91%
BLUE value IS 7 (3.12% from 255) = 7.61%
R=18.48%
G=73.91%
B=7.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal176870.7500.900.73110.1681.3314.71
Hex114474B05A496e51f
Octal211047113013211115612117
Binary1000110001001111001011010110101001001110111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114407; }

 p { color: rgb(17,68,7); }

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

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

 a { background-color: rgb(17,68,7); }

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

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

 span { border-color: rgb(17,68,7); }

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