Html Css Color HEX #115E46 Jewel

📋 copy color: '#115E46'

red 17 ◦ green 94 ◦ blue 70

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

Shades of Jewel #115E46

Tints of Jewel #115E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.67%

R = 9.39%
G = 51.93%
B = 38.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#115E46 (or 0x115E46) is known color: Jewel. HEX triplet: 11, 5E and 46. RGB value is (17,94,70). Sum of RGB (Red+Green+Blue) = 17+94+70=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 94 (37.11% from 255 or 51.93% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 94 - color contains mainly: green. Hex color #115E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115E46 is #EEA1B9. Grayscale: #444444. Windows color (decimal): -15638970 or 4611601. OLE color: 4611601.

HSL color Cylindrical-coordinate representation of color #115E46: hue angle of 161.3º 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 #115E46 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 94 70 -
CMYK 0.82 0 0.26 0.63
HSL 161.3º 0.69% 0.22% -
HSV(B) 161.3º 0.82% 0.37% -
XYZ 5.34 8.57 7.17 -
YUV 68.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 17 94 70 0.82 0 0.26 0.63 161.3 0.69 0.22
Hex 11 5E 46 52 0 1A 3F A1 45 16
Octal 21 136 106 122 0 32 77 241 105 26
Binary 10001 1011110 1000110 1010010 0 11010 111111 10100001 1000101 10110

Color Harmonies of #115E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115E46

Black with #115E46

Text Example


Text Example

White with #115E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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