Html Css Color HEX #115642 Jewel

📋 copy color: '#115642'

red 17 ◦ green 86 ◦ blue 66

#115642
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #115642

Tints of Jewel #115642

RGB

 RED value IS 17 (7.03% from 255) = 10.06%

 GREEN value IS 86 (33.98% from 255) = 50.89%

 BLUE value IS 66 (26.17% from 255) = 39.05%

R = 10.06%
G = 50.89%
B = 39.05%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#115642 (or 0x115642) is known color: Jewel. HEX triplet: 11, 56 and 42. RGB value is (17,86,66). Sum of RGB (Red+Green+Blue) = 17+86+66=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #115642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115642 is #EEA9BD. Grayscale: #3F3F3F. Windows color (decimal): -15641022 or 4347409. OLE color: 4347409.

HSL color Cylindrical-coordinate representation of color #115642: hue angle of 162.61º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115642 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 86 66 -
CMYK 0.80 0 0.23 0.66
HSL 162.61º 0.67% 0.2% -
HSV(B) 162.61º 0.8% 0.34% -
XYZ 4.54 7.17 6.3 -
YUV 63.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 17 86 66 0.80 0 0.23 0.66 162.61 0.67 0.2
Hex 11 56 42 50 0 17 42 A3 43 14
Octal 21 126 102 120 0 27 102 243 103 24
Binary 10001 1010110 1000010 1010000 0 10111 1000010 10100011 1000011 10100

Color Harmonies of #115642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115642

Black with #115642

Text Example


Text Example

White with #115642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115642; }

 p { color: rgb(17,86,66); }

 H1.HeaderClassName
 {
   color: #115642;
 }
 .AnyTagClassName
 {
   color: #115642;
 }
</style>

background-color css

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

 a { background-color: rgb(17,86,66); }

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

border-color css

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

 span { border-color: rgb(17,86,66); }

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