#11601E

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

Shades of Crusoe #11601E

Tints of Crusoe #11601E

Color information

#11601E (or 0x11601E) is unknown color: approx Crusoe. HEX triplet: 11, 60 and 1E. RGB value is (17,96,30). Sum of RGB (Red+Green+Blue) = 17+96+30=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 96 (37.89% from 255 or 67.13% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 96 - color contains mainly: green. Hex color #11601E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11601E is #EE9FE1. Grayscale: #414141. Windows color (decimal): -15638498 or 1990673. OLE color: 1990673.

HSL color Cylindrical-coordinate representation of color #11601E: hue angle of 129.87º 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 #11601E is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB179630-
CMYK0.8200.690.62
HSL129.87º69.91%22.16%-
HSV(B)129.87º82.29%37.65%-
XYZ4.658.582.64-
YUV64.85108.3393.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 96 (37.89% from 255) = 67.13%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=11.89%
G=67.13%
B=20.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796300.8200.690.62129.8769.9122.16
Hex11601E520453E824616
Octal211403612201057620210626
Binary1000111000001111010100100100010111111010000010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11601E; }

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

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

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

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

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

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

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

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