Html Css Color HEX #116242 Jewel

📋 copy color: '#116242'

red 17 ◦ green 98 ◦ blue 66

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

Shades of Jewel #116242

Tints of Jewel #116242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 54.14%

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

R = 9.39%
G = 54.14%
B = 36.46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#116242 (or 0x116242) is known color: Jewel. HEX triplet: 11, 62 and 42. RGB value is (17,98,66). Sum of RGB (Red+Green+Blue) = 17+98+66=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #116242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116242 is #EE9DBD. Grayscale: #464646. Windows color (decimal): -15637950 or 4350481. OLE color: 4350481.

HSL color Cylindrical-coordinate representation of color #116242: hue angle of 156.3º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116242 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 98 66 -
CMYK 0.83 0 0.33 0.62
HSL 156.3º 0.7% 0.23% -
HSV(B) 156.3º 0.83% 0.38% -
XYZ 5.58 9.25 6.65 -
YUV 70.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 17 98 66 0.83 0 0.33 0.62 156.3 0.7 0.23
Hex 11 62 42 53 0 21 3E 9C 46 17
Octal 21 142 102 123 0 41 76 234 106 27
Binary 10001 1100010 1000010 1010011 0 100001 111110 10011100 1000110 10111

Color Harmonies of #116242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116242

Black with #116242

Text Example


Text Example

White with #116242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116242; }

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

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

background-color css

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

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

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

border-color css

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

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

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