#114312

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

Shades of Myrtle #114312

Tints of Myrtle #114312

Color information

#114312 (or 0x114312) is unknown color: approx Myrtle. HEX triplet: 11, 43 and 12. RGB value is (17,67,18). Sum of RGB (Red+Green+Blue) = 17+67+18=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 67 (26.56% from 255 or 65.69% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 67 - color contains mainly: green. Hex color #114312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114312 is #EEBCED. Grayscale: #2E2E2E. Windows color (decimal): -15645934 or 1196817. OLE color: 1196817.

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

Color convert

RGB176718-
CMYK0.7500.730.74
HSL121.2º59.52%16.47%-
HSV(B)121.2º74.63%26.27%-
XYZ2.354.181.25-
YUV46.46111.94106.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 67 (26.56% from 255) = 65.69%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=16.67%
G=65.69%
B=17.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767180.7500.730.74121.259.5216.47
Hex1143124B0494A793c10
Octal211032211301111121717420
Binary100011000011100101001011010010011001010111100111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114312; }

 p { color: rgb(17,67,18); }

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

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

 a { background-color: rgb(17,67,18); }

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

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

 span { border-color: rgb(17,67,18); }

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