Html Css Color HEX #115942 Jewel

📋 copy color: '#115942'

red 17 ◦ green 89 ◦ blue 66

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

Shades of Jewel #115942

Tints of Jewel #115942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 51.74%

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

R = 9.88%
G = 51.74%
B = 38.37%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#115942 (or 0x115942) is known color: Jewel. HEX triplet: 11, 59 and 42. RGB value is (17,89,66). Sum of RGB (Red+Green+Blue) = 17+89+66=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #115942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115942 is #EEA6BD. Grayscale: #404040. Windows color (decimal): -15640254 or 4348177. OLE color: 4348177.

HSL color Cylindrical-coordinate representation of color #115942: hue angle of 160.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115942 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 89 66 -
CMYK 0.81 0 0.26 0.65
HSL 160.83º 0.68% 0.21% -
HSV(B) 160.83º 0.81% 0.35% -
XYZ 4.79 7.66 6.38 -
YUV 64.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 17 89 66 0.81 0 0.26 0.65 160.83 0.68 0.21
Hex 11 59 42 51 0 1A 41 A1 44 15
Octal 21 131 102 121 0 32 101 241 104 25
Binary 10001 1011001 1000010 1010001 0 11010 1000001 10100001 1000100 10101

Color Harmonies of #115942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115942

Black with #115942

Text Example


Text Example

White with #115942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115942; }

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

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

background-color css

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

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

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

border-color css

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

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

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