Html Css Color HEX #115629 Crusoe

📋 copy color: '#115629'

red 17 ◦ green 86 ◦ blue 41

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

Shades of Crusoe #115629

Tints of Crusoe #115629

RGB

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

 GREEN value IS 86 (33.98% from 255) = 59.72%

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

R = 11.81%
G = 59.72%
B = 28.47%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#115629 (or 0x115629) is known color: Crusoe. HEX triplet: 11, 56 and 29. RGB value is (17,86,41). Sum of RGB (Red+Green+Blue) = 17+86+41=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #115629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115629 is #EEA9D6. Grayscale: #3C3C3C. Windows color (decimal): -15641047 or 2709009. OLE color: 2709009.

HSL color Cylindrical-coordinate representation of color #115629: hue angle of 140.87º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115629 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 86 41 -
CMYK 0.80 0 0.52 0.66
HSL 140.87º 0.67% 0.2% -
HSV(B) 140.87º 0.8% 0.34% -
XYZ 3.96 6.93 3.23 -
YUV 60.24 117.14 97.16 -
System Red Green Blue C M Y K H S L
Decimal 17 86 41 0.80 0 0.52 0.66 140.87 0.67 0.2
Hex 11 56 29 50 0 34 42 8D 43 14
Octal 21 126 51 120 0 64 102 215 103 24
Binary 10001 1010110 101001 1010000 0 110100 1000010 10001101 1000011 10100

Color Harmonies of #115629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115629

Black with #115629

Text Example


Text Example

White with #115629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115629; }

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

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

background-color css

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

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

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

border-color css

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

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

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