Html Css Color HEX #116329 Crusoe

📋 copy color: '#116329'

red 17 ◦ green 99 ◦ blue 41

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

Shades of Crusoe #116329

Tints of Crusoe #116329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 63.06%

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

R = 10.83%
G = 63.06%
B = 26.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#116329 (or 0x116329) is known color: Crusoe. HEX triplet: 11, 63 and 29. RGB value is (17,99,41). Sum of RGB (Red+Green+Blue) = 17+99+41=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #116329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116329 is #EE9CD6. Grayscale: #444444. Windows color (decimal): -15637719 or 2712337. OLE color: 2712337.

HSL color Cylindrical-coordinate representation of color #116329: hue angle of 137.56º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116329 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 99 41 -
CMYK 0.83 0 0.59 0.61
HSL 137.56º 0.71% 0.23% -
HSV(B) 137.56º 0.83% 0.39% -
XYZ 5.09 9.2 3.61 -
YUV 67.87 112.83 91.72 -
System Red Green Blue C M Y K H S L
Decimal 17 99 41 0.83 0 0.59 0.61 137.56 0.71 0.23
Hex 11 63 29 53 0 3B 3D 8A 47 17
Octal 21 143 51 123 0 73 75 212 107 27
Binary 10001 1100011 101001 1010011 0 111011 111101 10001010 1000111 10111

Color Harmonies of #116329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116329

Black with #116329

Text Example


Text Example

White with #116329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116329; }

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

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

background-color css

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

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

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

border-color css

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

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

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