Html Css Color HEX #116129 Crusoe

📋 copy color: '#116129'

red 17 ◦ green 97 ◦ blue 41

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

Shades of Crusoe #116129

Tints of Crusoe #116129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 62.58%

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

R = 10.97%
G = 62.58%
B = 26.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#116129 (or 0x116129) is known color: Crusoe. HEX triplet: 11, 61 and 29. RGB value is (17,97,41). Sum of RGB (Red+Green+Blue) = 17+97+41=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #116129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116129 is #EE9ED6. Grayscale: #424242. Windows color (decimal): -15638231 or 2711825. OLE color: 2711825.

HSL color Cylindrical-coordinate representation of color #116129: hue angle of 138º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116129 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 97 41 -
CMYK 0.82 0 0.58 0.62
HSL 138º 0.7% 0.22% -
HSV(B) 138º 0.82% 0.38% -
XYZ 4.91 8.83 3.54 -
YUV 66.7 113.5 92.55 -
System Red Green Blue C M Y K H S L
Decimal 17 97 41 0.82 0 0.58 0.62 138 0.7 0.22
Hex 11 61 29 52 0 3A 3E 8A 46 16
Octal 21 141 51 122 0 72 76 212 106 26
Binary 10001 1100001 101001 1010010 0 111010 111110 10001010 1000110 10110

Color Harmonies of #116129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116129

Black with #116129

Text Example


Text Example

White with #116129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116129; }

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

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

background-color css

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

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

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

border-color css

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

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

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