#116024

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

Shades of Crusoe #116024

Tints of Crusoe #116024

Color information

#116024 (or 0x116024) is unknown color: approx Crusoe. HEX triplet: 11, 60 and 24. RGB value is (17,96,36). Sum of RGB (Red+Green+Blue) = 17+96+36=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #116024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116024 is #EE9FDB. Grayscale: #414141. Windows color (decimal): -15638492 or 2383889. OLE color: 2383889.

HSL color Cylindrical-coordinate representation of color #116024: hue angle of 134.43º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116024 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB179636-
CMYK0.8200.620.62
HSL134.43º69.91%22.16%-
HSV(B)134.43º82.29%37.65%-
XYZ4.738.613.08-
YUV65.54111.3393.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.41%
GREEN value IS 96 (37.89% from 255) = 64.43%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=11.41%
G=64.43%
B=24.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796360.8200.620.62134.4369.9122.16
Hex1160245203E3E864616
Octal21140441220767620610626
Binary1000111000001001001010010011111011111010000110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116024; }

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

 H1.HeaderClassName
 {
   color: #116024;
 }
 .AnyTagClassName
 {
   color: #116024;
 }
</style>
background-color css

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

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

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

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

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

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