Html Css Color HEX #115845 Jewel

📋 copy color: '#115845'

red 17 ◦ green 88 ◦ blue 69

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

Shades of Jewel #115845

Tints of Jewel #115845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 39.66%

R = 9.77%
G = 50.57%
B = 39.66%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#115845 (or 0x115845) is known color: Jewel. HEX triplet: 11, 58 and 45. RGB value is (17,88,69). Sum of RGB (Red+Green+Blue) = 17+88+69=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #115845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115845 is #EEA7BA. Grayscale: #404040. Windows color (decimal): -15640507 or 4544529. OLE color: 4544529.

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

Color convert

RGB 17 88 69 -
CMYK 0.81 0 0.22 0.65
HSL 163.94º 0.68% 0.21% -
HSV(B) 163.94º 0.81% 0.35% -
XYZ 4.8 7.53 6.83 -
YUV 64.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 17 88 69 0.81 0 0.22 0.65 163.94 0.68 0.21
Hex 11 58 45 51 0 16 41 A4 44 15
Octal 21 130 105 121 0 26 101 244 104 25
Binary 10001 1011000 1000101 1010001 0 10110 1000001 10100100 1000100 10101

Color Harmonies of #115845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115845

Black with #115845

Text Example


Text Example

White with #115845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115845; }

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

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

background-color css

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

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

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

border-color css

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

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

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