#11611A

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

Shades of Crusoe #11611A

Tints of Crusoe #11611A

Color information

#11611A (or 0x11611A) is unknown color: approx Crusoe. HEX triplet: 11, 61 and 1A. RGB value is (17,97,26). Sum of RGB (Red+Green+Blue) = 17+97+26=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 97 (38.28% from 255 or 69.29% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 97 - color contains mainly: green. Hex color #11611A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11611A is #EE9EE5. Grayscale: #414141. Windows color (decimal): -15638246 or 1728785. OLE color: 1728785.

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

Color convert

RGB179726-
CMYK0.8200.730.62
HSL126.75º70.18%22.35%-
HSV(B)126.75º82.47%38.04%-
XYZ4.698.742.42-
YUV64.9910693.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 97 (38.28% from 255) = 69.29%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=12.14%
G=69.29%
B=18.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797260.8200.730.62126.7570.1822.35
Hex11611A520493E7f4616
Octal211413212201117617710626
Binary100011100001110101010010010010011111101111111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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