Html Css Color HEX #115943 Jewel

📋 copy color: '#115943'

red 17 ◦ green 89 ◦ blue 67

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

Shades of Jewel #115943

Tints of Jewel #115943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.73%

R = 9.83%
G = 51.45%
B = 38.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#115943 (or 0x115943) is known color: Jewel. HEX triplet: 11, 59 and 43. RGB value is (17,89,67). Sum of RGB (Red+Green+Blue) = 17+89+67=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #115943 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115943 is #EEA6BC. Grayscale: #404040. Windows color (decimal): -15640253 or 4413713. OLE color: 4413713.

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

Color convert

RGB 17 89 67 -
CMYK 0.81 0 0.25 0.65
HSL 161.67º 0.68% 0.21% -
HSV(B) 161.67º 0.81% 0.35% -
XYZ 4.82 7.67 6.54 -
YUV 64.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 17 89 67 0.81 0 0.25 0.65 161.67 0.68 0.21
Hex 11 59 43 51 0 19 41 A2 44 15
Octal 21 131 103 121 0 31 101 242 104 25
Binary 10001 1011001 1000011 1010001 0 11001 1000001 10100010 1000100 10101

Color Harmonies of #115943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115943

Black with #115943

Text Example


Text Example

White with #115943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115943; }

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

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

background-color css

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

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

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

border-color css

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

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

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