Html Css Color HEX #116821 Crusoe

📋 copy color: '#116821'

red 17 ◦ green 104 ◦ blue 33

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

Shades of Crusoe #116821

Tints of Crusoe #116821

RGB

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

 GREEN value IS 104 (41.02% from 255) = 67.53%

 BLUE value IS 33 (13.28% from 255) = 21.43%

R = 11.04%
G = 67.53%
B = 21.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#116821 (or 0x116821) is known color: Crusoe. HEX triplet: 11, 68 and 21. RGB value is (17,104,33). Sum of RGB (Red+Green+Blue) = 17+104+33=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #116821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116821 is #EE97DE. Grayscale: #464646. Windows color (decimal): -15636447 or 2189329. OLE color: 2189329.

HSL color Cylindrical-coordinate representation of color #116821: hue angle of 131.03º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116821 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 104 33 -
CMYK 0.84 0 0.68 0.59
HSL 131.03º 0.72% 0.24% -
HSV(B) 131.03º 0.84% 0.41% -
XYZ 5.46 10.13 3.11 -
YUV 69.89 107.18 90.27 -
System Red Green Blue C M Y K H S L
Decimal 17 104 33 0.84 0 0.68 0.59 131.03 0.72 0.24
Hex 11 68 21 54 0 44 3B 83 48 18
Octal 21 150 41 124 0 104 73 203 110 30
Binary 10001 1101000 100001 1010100 0 1000100 111011 10000011 1001000 11000

Color Harmonies of #116821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116821

Black with #116821

Text Example


Text Example

White with #116821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116821; }

 p { color: rgb(17,104,33); }

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

background-color css

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

 a { background-color: rgb(17,104,33); }

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

border-color css

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

 span { border-color: rgb(17,104,33); }

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