Html Css Color HEX #115929 Crusoe

📋 copy color: '#115929'

red 17 ◦ green 89 ◦ blue 41

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

Shades of Crusoe #115929

Tints of Crusoe #115929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.89%

R = 11.56%
G = 60.54%
B = 27.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#115929 (or 0x115929) is known color: Crusoe. HEX triplet: 11, 59 and 29. RGB value is (17,89,41). Sum of RGB (Red+Green+Blue) = 17+89+41=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 89 (35.16% from 255 or 60.54% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 89 - color contains mainly: green. Hex color #115929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115929 is #EEA6D6. Grayscale: #3E3E3E. Windows color (decimal): -15640279 or 2709777. OLE color: 2709777.

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

Color convert

RGB 17 89 41 -
CMYK 0.81 0 0.54 0.65
HSL 140º 0.68% 0.21% -
HSV(B) 140º 0.81% 0.35% -
XYZ 4.2 7.42 3.31 -
YUV 62 116.15 95.9 -
System Red Green Blue C M Y K H S L
Decimal 17 89 41 0.81 0 0.54 0.65 140 0.68 0.21
Hex 11 59 29 51 0 36 41 8C 44 15
Octal 21 131 51 121 0 66 101 214 104 25
Binary 10001 1011001 101001 1010001 0 110110 1000001 10001100 1000100 10101

Color Harmonies of #115929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115929

Black with #115929

Text Example


Text Example

White with #115929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115929; }

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

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

background-color css

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

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

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

border-color css

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

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

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