Html Css Color HEX #116132 Crusoe

📋 copy color: '#116132'

red 17 ◦ green 97 ◦ blue 50

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

Shades of Crusoe #116132

Tints of Crusoe #116132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.49%

R = 10.37%
G = 59.15%
B = 30.49%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#116132 (or 0x116132) is known color: Crusoe. HEX triplet: 11, 61 and 32. RGB value is (17,97,50). Sum of RGB (Red+Green+Blue) = 17+97+50=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #116132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116132 is #EE9ECD. Grayscale: #434343. Windows color (decimal): -15638222 or 3301649. OLE color: 3301649.

HSL color Cylindrical-coordinate representation of color #116132: hue angle of 144.75º 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 #116132 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 97 50 -
CMYK 0.82 0 0.48 0.62
HSL 144.75º 0.7% 0.22% -
HSV(B) 144.75º 0.82% 0.38% -
XYZ 5.08 8.9 4.47 -
YUV 67.72 118 91.82 -
System Red Green Blue C M Y K H S L
Decimal 17 97 50 0.82 0 0.48 0.62 144.75 0.7 0.22
Hex 11 61 32 52 0 30 3E 91 46 16
Octal 21 141 62 122 0 60 76 221 106 26
Binary 10001 1100001 110010 1010010 0 110000 111110 10010001 1000110 10110

Color Harmonies of #116132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116132

Black with #116132

Text Example


Text Example

White with #116132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116132; }

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

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

background-color css

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

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

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

border-color css

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

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

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