Html Css Color HEX #115E49 Jewel

📋 copy color: '#115E49'

red 17 ◦ green 94 ◦ blue 73

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

Shades of Jewel #115E49

Tints of Jewel #115E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 51.09%

 BLUE value IS 73 (28.91% from 255) = 39.67%

R = 9.24%
G = 51.09%
B = 39.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#115E49 (or 0x115E49) is known color: Jewel. HEX triplet: 11, 5E and 49. RGB value is (17,94,73). Sum of RGB (Red+Green+Blue) = 17+94+73=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 94 (37.11% from 255 or 51.09% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 94 - color contains mainly: green. Hex color #115E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115E49 is #EEA1B6. Grayscale: #444444. Windows color (decimal): -15638967 or 4808209. OLE color: 4808209.

HSL color Cylindrical-coordinate representation of color #115E49: hue angle of 163.64º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115E49 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 94 73 -
CMYK 0.82 0 0.22 0.63
HSL 163.64º 0.69% 0.22% -
HSV(B) 163.64º 0.82% 0.37% -
XYZ 5.44 8.61 7.68 -
YUV 68.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 17 94 73 0.82 0 0.22 0.63 163.64 0.69 0.22
Hex 11 5E 49 52 0 16 3F A4 45 16
Octal 21 136 111 122 0 26 77 244 105 26
Binary 10001 1011110 1001001 1010010 0 10110 111111 10100100 1000101 10110

Color Harmonies of #115E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115E49

Black with #115E49

Text Example


Text Example

White with #115E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115E49; }

 p { color: rgb(17,94,73); }

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

background-color css

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

 a { background-color: rgb(17,94,73); }

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

border-color css

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

 span { border-color: rgb(17,94,73); }

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