Html Css Color HEX #115E41 Jewel

📋 copy color: '#115E41'

red 17 ◦ green 94 ◦ blue 65

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

Shades of Jewel #115E41

Tints of Jewel #115E41

RGB

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

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

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

R = 9.66%
G = 53.41%
B = 36.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#115E41 (or 0x115E41) is known color: Jewel. HEX triplet: 11, 5E and 41. RGB value is (17,94,65). Sum of RGB (Red+Green+Blue) = 17+94+65=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 94 (37.11% from 255 or 53.41% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 94 - color contains mainly: green. Hex color #115E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115E41 is #EEA1BE. Grayscale: #434343. Windows color (decimal): -15638975 or 4283921. OLE color: 4283921.

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

Color convert

RGB 17 94 65 -
CMYK 0.82 0 0.31 0.63
HSL 157.4º 0.69% 0.22% -
HSV(B) 157.4º 0.82% 0.37% -
XYZ 5.19 8.51 6.37 -
YUV 67.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 17 94 65 0.82 0 0.31 0.63 157.4 0.69 0.22
Hex 11 5E 41 52 0 1F 3F 9D 45 16
Octal 21 136 101 122 0 37 77 235 105 26
Binary 10001 1011110 1000001 1010010 0 11111 111111 10011101 1000101 10110

Color Harmonies of #115E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115E41

Black with #115E41

Text Example


Text Example

White with #115E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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