#116624

Color #116624 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #116624

Tints of Crusoe #116624

Color information

#116624 (or 0x116624) is unknown color: approx 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

RGB1710236-
CMYK0.8300.650.6
HSL133.41º71.43%23.33%-
HSV(B)133.41º83.33%40%-
XYZ5.39.753.27-
YUV69.06109.3490.87-

RGB Variations

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

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 (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17102360.8300.650.6133.4171.4323.33
Hex116624530413C854717
Octal211464412301017420510727
Binary10001110011010010010100110100000111110010000101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>