Html Css Color HEX #115844 Jewel

📋 copy color: '#115844'

red 17 ◦ green 88 ◦ blue 68

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

Shades of Jewel #115844

Tints of Jewel #115844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.87%

 BLUE value IS 68 (26.95% from 255) = 39.31%

R = 9.83%
G = 50.87%
B = 39.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#115844 (or 0x115844) is known color: Jewel. HEX triplet: 11, 58 and 44. RGB value is (17,88,68). Sum of RGB (Red+Green+Blue) = 17+88+68=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #115844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115844 is #EEA7BB. Grayscale: #404040. Windows color (decimal): -15640508 or 4478993. OLE color: 4478993.

HSL color Cylindrical-coordinate representation of color #115844: hue angle of 163.1º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115844 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 88 68 -
CMYK 0.81 0 0.23 0.65
HSL 163.1º 0.68% 0.21% -
HSV(B) 163.1º 0.81% 0.35% -
XYZ 4.76 7.52 6.67 -
YUV 64.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 17 88 68 0.81 0 0.23 0.65 163.1 0.68 0.21
Hex 11 58 44 51 0 17 41 A3 44 15
Octal 21 130 104 121 0 27 101 243 104 25
Binary 10001 1011000 1000100 1010001 0 10111 1000001 10100011 1000100 10101

Color Harmonies of #115844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115844

Black with #115844

Text Example


Text Example

White with #115844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115844; }

 p { color: rgb(17,88,68); }

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

background-color css

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

 a { background-color: rgb(17,88,68); }

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

border-color css

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

 span { border-color: rgb(17,88,68); }

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