Html Css Color HEX #115E31 Crusoe

📋 copy color: '#115E31'

red 17 ◦ green 94 ◦ blue 49

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

Shades of Crusoe #115E31

Tints of Crusoe #115E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 30.63%

R = 10.63%
G = 58.75%
B = 30.63%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.48

 K value IS 0.63

RGB Variations

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

Color information

#115E31 (or 0x115E31) is known color: Crusoe. HEX triplet: 11, 5E and 31. RGB value is (17,94,49). Sum of RGB (Red+Green+Blue) = 17+94+49=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 94 (37.11% from 255 or 58.75% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 94 - color contains mainly: green. Hex color #115E31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115E31 is #EEA1CE. Grayscale: #414141. Windows color (decimal): -15638991 or 3235345. OLE color: 3235345.

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

Color convert

RGB 17 94 49 -
CMYK 0.82 0 0.48 0.63
HSL 144.94º 0.69% 0.22% -
HSV(B) 144.94º 0.82% 0.37% -
XYZ 4.79 8.35 4.26 -
YUV 65.85 118.49 93.16 -
System Red Green Blue C M Y K H S L
Decimal 17 94 49 0.82 0 0.48 0.63 144.94 0.69 0.22
Hex 11 5E 31 52 0 30 3F 91 45 16
Octal 21 136 61 122 0 60 77 221 105 26
Binary 10001 1011110 110001 1010010 0 110000 111111 10010001 1000101 10110

Color Harmonies of #115E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115E31

Black with #115E31

Text Example


Text Example

White with #115E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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