Html Css Color HEX #116321 Crusoe

📋 copy color: '#116321'

red 17 ◦ green 99 ◦ blue 33

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

Shades of Crusoe #116321

Tints of Crusoe #116321

RGB

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

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

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

R = 11.41%
G = 66.44%
B = 22.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#116321 (or 0x116321) is known color: Crusoe. HEX triplet: 11, 63 and 21. RGB value is (17,99,33). Sum of RGB (Red+Green+Blue) = 17+99+33=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 99 (39.06% from 255 or 66.44% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 99 - color contains mainly: green. Hex color #116321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116321 is #EE9CDE. Grayscale: #434343. Windows color (decimal): -15637727 or 2188049. OLE color: 2188049.

HSL color Cylindrical-coordinate representation of color #116321: hue angle of 131.71º 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 #116321 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 99 33 -
CMYK 0.83 0 0.67 0.61
HSL 131.71º 0.71% 0.23% -
HSV(B) 131.71º 0.83% 0.39% -
XYZ 4.97 9.15 2.94 -
YUV 66.96 108.83 92.37 -
System Red Green Blue C M Y K H S L
Decimal 17 99 33 0.83 0 0.67 0.61 131.71 0.71 0.23
Hex 11 63 21 53 0 43 3D 84 47 17
Octal 21 143 41 123 0 103 75 204 107 27
Binary 10001 1100011 100001 1010011 0 1000011 111101 10000100 1000111 10111

Color Harmonies of #116321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116321

Black with #116321

Text Example


Text Example

White with #116321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116321; }

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

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

background-color css

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

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

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

border-color css

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

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

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