Html Css Color HEX #115948 Jewel

📋 copy color: '#115948'

red 17 ◦ green 89 ◦ blue 72

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

Shades of Jewel #115948

Tints of Jewel #115948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50%

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

R = 9.55%
G = 50%
B = 40.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#115948 (or 0x115948) is known color: Jewel. HEX triplet: 11, 59 and 48. RGB value is (17,89,72). Sum of RGB (Red+Green+Blue) = 17+89+72=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #115948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115948 is #EEA6B7. Grayscale: #414141. Windows color (decimal): -15640248 or 4741393. OLE color: 4741393.

HSL color Cylindrical-coordinate representation of color #115948: hue angle of 165.83º 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 #115948 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 89 72 -
CMYK 0.81 0 0.19 0.65
HSL 165.83º 0.68% 0.21% -
HSV(B) 165.83º 0.81% 0.35% -
XYZ 4.97 7.73 7.36 -
YUV 65.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 17 89 72 0.81 0 0.19 0.65 165.83 0.68 0.21
Hex 11 59 48 51 0 13 41 A6 44 15
Octal 21 131 110 121 0 23 101 246 104 25
Binary 10001 1011001 1001000 1010001 0 10011 1000001 10100110 1000100 10101

Color Harmonies of #115948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115948

Black with #115948

Text Example


Text Example

White with #115948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115948; }

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

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

background-color css

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

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

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

border-color css

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

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

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