Html Css Color HEX #116424 Crusoe

📋 copy color: '#116424'

red 17 ◦ green 100 ◦ blue 36

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

Shades of Crusoe #116424

Tints of Crusoe #116424

RGB

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

 GREEN value IS 100 (39.45% from 255) = 65.36%

 BLUE value IS 36 (14.45% from 255) = 23.53%

R = 11.11%
G = 65.36%
B = 23.53%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#116424 (or 0x116424) is known color: Crusoe. HEX triplet: 11, 64 and 24. RGB value is (17,100,36). Sum of RGB (Red+Green+Blue) = 17+100+36=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 100 (39.45% from 255 or 65.36% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 100 - color contains mainly: green. Hex color #116424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116424 is #EE9BDB. Grayscale: #444444. Windows color (decimal): -15637468 or 2384913. OLE color: 2384913.

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

Color convert

RGB 17 100 36 -
CMYK 0.83 0 0.64 0.61
HSL 133.73º 0.71% 0.23% -
HSV(B) 133.73º 0.83% 0.39% -
XYZ 5.11 9.36 3.21 -
YUV 67.89 110 91.7 -
System Red Green Blue C M Y K H S L
Decimal 17 100 36 0.83 0 0.64 0.61 133.73 0.71 0.23
Hex 11 64 24 53 0 40 3D 86 47 17
Octal 21 144 44 123 0 100 75 206 107 27
Binary 10001 1100100 100100 1010011 0 1000000 111101 10000110 1000111 10111

Color Harmonies of #116424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116424

Black with #116424

Text Example


Text Example

White with #116424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116424; }

 p { color: rgb(17,100,36); }

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

background-color css

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

 a { background-color: rgb(17,100,36); }

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

border-color css

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

 span { border-color: rgb(17,100,36); }

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