Html Css Color HEX #116341 Jewel

📋 copy color: '#116341'

red 17 ◦ green 99 ◦ blue 65

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

Shades of Jewel #116341

Tints of Jewel #116341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.7%

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

R = 9.39%
G = 54.7%
B = 35.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#116341 (or 0x116341) is known color: Jewel. HEX triplet: 11, 63 and 41. RGB value is (17,99,65). Sum of RGB (Red+Green+Blue) = 17+99+65=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #116341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116341 is #EE9CBE. Grayscale: #464646. Windows color (decimal): -15637695 or 4285201. OLE color: 4285201.

HSL color Cylindrical-coordinate representation of color #116341: hue angle of 155.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116341 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 99 65 -
CMYK 0.83 0 0.34 0.61
HSL 155.12º 0.71% 0.23% -
HSV(B) 155.12º 0.83% 0.39% -
XYZ 5.65 9.42 6.52 -
YUV 70.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 17 99 65 0.83 0 0.34 0.61 155.12 0.71 0.23
Hex 11 63 41 53 0 22 3D 9B 47 17
Octal 21 143 101 123 0 42 75 233 107 27
Binary 10001 1100011 1000001 1010011 0 100010 111101 10011011 1000111 10111

Color Harmonies of #116341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116341

Black with #116341

Text Example


Text Example

White with #116341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116341; }

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

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

background-color css

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

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

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

border-color css

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

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

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