Html Css Color HEX #116348 Jewel

📋 copy color: '#116348'

red 17 ◦ green 99 ◦ blue 72

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

Shades of Jewel #116348

Tints of Jewel #116348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.3%

R = 9.04%
G = 52.66%
B = 38.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#116348 (or 0x116348) is known color: Jewel. HEX triplet: 11, 63 and 48. RGB value is (17,99,72). Sum of RGB (Red+Green+Blue) = 17+99+72=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #116348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116348 is #EE9CB7. Grayscale: #474747. Windows color (decimal): -15637688 or 4743953. OLE color: 4743953.

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

Color convert

RGB 17 99 72 -
CMYK 0.83 0 0.27 0.61
HSL 160.24º 0.71% 0.23% -
HSV(B) 160.24º 0.83% 0.39% -
XYZ 5.86 9.51 7.66 -
YUV 71.4 128.33 89.2 -
System Red Green Blue C M Y K H S L
Decimal 17 99 72 0.83 0 0.27 0.61 160.24 0.71 0.23
Hex 11 63 48 53 0 1B 3D A0 47 17
Octal 21 143 110 123 0 33 75 240 107 27
Binary 10001 1100011 1001000 1010011 0 11011 111101 10100000 1000111 10111

Color Harmonies of #116348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116348

Black with #116348

Text Example


Text Example

White with #116348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116348; }

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

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

background-color css

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

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

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

border-color css

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

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

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