Html Css Color HEX #116524 Crusoe

📋 copy color: '#116524'

red 17 ◦ green 101 ◦ blue 36

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

Shades of Crusoe #116524

Tints of Crusoe #116524

RGB

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

 GREEN value IS 101 (39.84% from 255) = 65.58%

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

R = 11.04%
G = 65.58%
B = 23.38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#116524 (or 0x116524) is known color: Crusoe. HEX triplet: 11, 65 and 24. RGB value is (17,101,36). Sum of RGB (Red+Green+Blue) = 17+101+36=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 101 (39.84% from 255 or 65.58% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 101 - color contains mainly: green. Hex color #116524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116524 is #EE9ADB. Grayscale: #444444. Windows color (decimal): -15637212 or 2385169. OLE color: 2385169.

HSL color Cylindrical-coordinate representation of color #116524: hue angle of 133.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116524 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 101 36 -
CMYK 0.83 0 0.64 0.60
HSL 133.57º 0.71% 0.23% -
HSV(B) 133.57º 0.83% 0.4% -
XYZ 5.2 9.55 3.24 -
YUV 68.47 109.67 91.29 -
System Red Green Blue C M Y K H S L
Decimal 17 101 36 0.83 0 0.64 0.60 133.57 0.71 0.23
Hex 11 65 24 53 0 40 3C 86 47 17
Octal 21 145 44 123 0 100 74 206 107 27
Binary 10001 1100101 100100 1010011 0 1000000 111100 10000110 1000111 10111

Color Harmonies of #116524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116524

Black with #116524

Text Example


Text Example

White with #116524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116524; }

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

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

background-color css

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

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

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

border-color css

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

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

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