#11614A

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

Shades of Jewel #11614A

Tints of Jewel #11614A

Color information

#11614A (or 0x11614A) is unknown color: approx Jewel. HEX triplet: 11, 61 and 4A. RGB value is (17,97,74). Sum of RGB (Red+Green+Blue) = 17+97+74=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #11614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11614A is #EE9EB5. Grayscale: #464646. Windows color (decimal): -15638198 or 4874513. OLE color: 4874513.

HSL color Cylindrical-coordinate representation of color #11614A: hue angle of 162.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11614A is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB179774-
CMYK0.8200.240.62
HSL162.75º70.18%22.35%-
HSV(B)162.75º82.47%38.04%-
XYZ5.749.167.94-
YUV70.4613089.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.04%
GREEN value IS 97 (38.28% from 255) = 51.60%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=9.04%
G=51.60%
B=39.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797740.8200.240.62162.7570.1822.35
Hex11614A520183Ea34616
Octal211411121220307624310626
Binary1000111000011001010101001001100011111010100011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11614A; }

 p { color: rgb(17,97,74); }

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

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

 a { background-color: rgb(17,97,74); }

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

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

 span { border-color: rgb(17,97,74); }

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