#11611D

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

Shades of Crusoe #11611D

Tints of Crusoe #11611D

Color information

#11611D (or 0x11611D) is unknown color: approx Crusoe. HEX triplet: 11, 61 and 1D. RGB value is (17,97,29). Sum of RGB (Red+Green+Blue) = 17+97+29=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #11611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11611D is #EE9EE2. Grayscale: #414141. Windows color (decimal): -15638243 or 1925393. OLE color: 1925393.

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

Color convert

RGB179729-
CMYK0.8200.700.62
HSL129º70.18%22.35%-
HSV(B)129º82.47%38.04%-
XYZ4.738.762.6-
YUV65.33107.593.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 97 (38.28% from 255) = 67.83%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=11.89%
G=67.83%
B=20.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797290.8200.700.6212970.1822.35
Hex11611D520463E814616
Octal211413512201067620110626
Binary1000111000011110110100100100011011111010000001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11611D; }

 p { color: rgb(17,97,29); }

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

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

 a { background-color: rgb(17,97,29); }

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

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

 span { border-color: rgb(17,97,29); }

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