Html Css Color HEX #116A29 Crusoe

📋 copy color: '#116A29'

red 17 ◦ green 106 ◦ blue 41

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

Shades of Crusoe #116A29

Tints of Crusoe #116A29

RGB

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

 GREEN value IS 106 (41.8% from 255) = 64.63%

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

R = 10.37%
G = 64.63%
B = 25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#116A29 (or 0x116A29) is known color: Crusoe. HEX triplet: 11, 6A and 29. RGB value is (17,106,41). Sum of RGB (Red+Green+Blue) = 17+106+41=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 106 (41.80% from 255 or 64.63% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 106 - color contains mainly: green. Hex color #116A29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A29 is #EE95D6. Grayscale: #484848. Windows color (decimal): -15635927 or 2714129. OLE color: 2714129.

HSL color Cylindrical-coordinate representation of color #116A29: hue angle of 136.18º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A29 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 106 41 -
CMYK 0.84 0 0.61 0.58
HSL 136.18º 0.72% 0.24% -
HSV(B) 136.18º 0.84% 0.42% -
XYZ 5.79 10.59 3.84 -
YUV 71.98 110.51 88.79 -
System Red Green Blue C M Y K H S L
Decimal 17 106 41 0.84 0 0.61 0.58 136.18 0.72 0.24
Hex 11 6A 29 54 0 3D 3A 88 48 18
Octal 21 152 51 124 0 75 72 210 110 30
Binary 10001 1101010 101001 1010100 0 111101 111010 10001000 1001000 11000

Color Harmonies of #116A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116A29

Black with #116A29

Text Example


Text Example

White with #116A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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