Html Css Color HEX #116342 Jewel

📋 copy color: '#116342'

red 17 ◦ green 99 ◦ blue 66

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

Shades of Jewel #116342

Tints of Jewel #116342

RGB

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

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

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

R = 9.34%
G = 54.4%
B = 36.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#116342 (or 0x116342) is known color: Jewel. HEX triplet: 11, 63 and 42. RGB value is (17,99,66). Sum of RGB (Red+Green+Blue) = 17+99+66=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #116342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116342 is #EE9CBD. Grayscale: #464646. Windows color (decimal): -15637694 or 4350737. OLE color: 4350737.

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

Color convert

RGB 17 99 66 -
CMYK 0.83 0 0.33 0.61
HSL 155.85º 0.71% 0.23% -
HSV(B) 155.85º 0.83% 0.39% -
XYZ 5.68 9.44 6.68 -
YUV 70.72 125.33 89.68 -
System Red Green Blue C M Y K H S L
Decimal 17 99 66 0.83 0 0.33 0.61 155.85 0.71 0.23
Hex 11 63 42 53 0 21 3D 9C 47 17
Octal 21 143 102 123 0 41 75 234 107 27
Binary 10001 1100011 1000010 1010011 0 100001 111101 10011100 1000111 10111

Color Harmonies of #116342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116342

Black with #116342

Text Example


Text Example

White with #116342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116342; }

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

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

background-color css

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

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

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

border-color css

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

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

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