#11654A

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

Shades of Jewel #11654A

Tints of Jewel #11654A

Color information

#11654A (or 0x11654A) is unknown color: approx Jewel. HEX triplet: 11, 65 and 4A. RGB value is (17,101,74). Sum of RGB (Red+Green+Blue) = 17+101+74=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #11654A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11654A is #EE9AB5. Grayscale: #484848. Windows color (decimal): -15637174 or 4875537. OLE color: 4875537.

HSL color Cylindrical-coordinate representation of color #11654A: hue angle of 160.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11654A is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1710174-
CMYK0.8300.270.60
HSL160.71º71.19%23.14%-
HSV(B)160.71º83.17%39.61%-
XYZ6.129.928.07-
YUV72.81128.6788.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 101 (39.84% from 255) = 52.60%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=8.85%
G=52.60%
B=38.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17101740.8300.270.60160.7171.1923.14
Hex11654A5301B3Ca14717
Octal211451121230337424110727
Binary1000111001011001010101001101101111110010100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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