Html Css Color HEX #116624 Crusoe

📋 copy color: '#116624'

red 17 ◦ green 102 ◦ blue 36

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

Shades of Crusoe #116624

Tints of Crusoe #116624

RGB

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

 GREEN value IS 102 (40.23% from 255) = 65.81%

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

R = 10.97%
G = 65.81%
B = 23.23%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#116624 (or 0x116624) is known color: Crusoe. HEX triplet: 11, 66 and 24. RGB value is (17,102,36). Sum of RGB (Red+Green+Blue) = 17+102+36=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #116624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116624 is #EE99DB. Grayscale: #454545. Windows color (decimal): -15636956 or 2385425. OLE color: 2385425.

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

Color convert

RGB 17 102 36 -
CMYK 0.83 0 0.65 0.6
HSL 133.41º 0.71% 0.23% -
HSV(B) 133.41º 0.83% 0.4% -
XYZ 5.3 9.75 3.27 -
YUV 69.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 17 102 36 0.83 0 0.65 0.6 133.41 0.71 0.23
Hex 11 66 24 53 0 41 3C 85 47 17
Octal 21 146 44 123 0 101 74 205 107 27
Binary 10001 1100110 100100 1010011 0 1000001 111100 10000101 1000111 10111

Color Harmonies of #116624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116624

Black with #116624

Text Example


Text Example

White with #116624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116624; }

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

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

background-color css

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

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

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

border-color css

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

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

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