Html Css Color HEX #116320 Crusoe

📋 copy color: '#116320'

red 17 ◦ green 99 ◦ blue 32

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

Shades of Crusoe #116320

Tints of Crusoe #116320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.62%

R = 11.49%
G = 66.89%
B = 21.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#116320 (or 0x116320) is known color: Crusoe. HEX triplet: 11, 63 and 20. RGB value is (17,99,32). Sum of RGB (Red+Green+Blue) = 17+99+32=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 99 (39.06% from 255 or 66.89% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 99 - color contains mainly: green. Hex color #116320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116320 is #EE9CDF. Grayscale: #434343. Windows color (decimal): -15637728 or 2122513. OLE color: 2122513.

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

Color convert

RGB 17 99 32 -
CMYK 0.83 0 0.68 0.61
HSL 130.98º 0.71% 0.23% -
HSV(B) 130.98º 0.83% 0.39% -
XYZ 4.95 9.15 2.87 -
YUV 66.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 17 99 32 0.83 0 0.68 0.61 130.98 0.71 0.23
Hex 11 63 20 53 0 44 3D 83 47 17
Octal 21 143 40 123 0 104 75 203 107 27
Binary 10001 1100011 100000 1010011 0 1000100 111101 10000011 1000111 10111

Color Harmonies of #116320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116320

Black with #116320

Text Example


Text Example

White with #116320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116320; }

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

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

background-color css

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

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

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

border-color css

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

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

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