Html Css Color HEX #116241 Jewel

📋 copy color: '#116241'

red 17 ◦ green 98 ◦ blue 65

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

Shades of Jewel #116241

Tints of Jewel #116241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 9.44%
G = 54.44%
B = 36.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#116241 (or 0x116241) is known color: Jewel. HEX triplet: 11, 62 and 41. RGB value is (17,98,65). Sum of RGB (Red+Green+Blue) = 17+98+65=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #116241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116241 is #EE9DBE. Grayscale: #464646. Windows color (decimal): -15637951 or 4284945. OLE color: 4284945.

HSL color Cylindrical-coordinate representation of color #116241: hue angle of 155.56º 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 #116241 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 98 65 -
CMYK 0.83 0 0.34 0.62
HSL 155.56º 0.7% 0.23% -
HSV(B) 155.56º 0.83% 0.38% -
XYZ 5.55 9.24 6.49 -
YUV 70.02 125.16 90.18 -
System Red Green Blue C M Y K H S L
Decimal 17 98 65 0.83 0 0.34 0.62 155.56 0.7 0.23
Hex 11 62 41 53 0 22 3E 9C 46 17
Octal 21 142 101 123 0 42 76 234 106 27
Binary 10001 1100010 1000001 1010011 0 100010 111110 10011100 1000110 10111

Color Harmonies of #116241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116241

Black with #116241

Text Example


Text Example

White with #116241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116241; }

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

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

background-color css

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

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

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

border-color css

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

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

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