#11661A

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

Shades of Crusoe #11661A

Tints of Crusoe #11661A

Color information

#11661A (or 0x11661A) is unknown color: approx Crusoe. HEX triplet: 11, 66 and 1A. RGB value is (17,102,26). Sum of RGB (Red+Green+Blue) = 17+102+26=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #11661A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11661A is #EE99E5. Grayscale: #444444. Windows color (decimal): -15636966 or 1730065. OLE color: 1730065.

HSL color Cylindrical-coordinate representation of color #11661A: hue angle of 126.35º 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 #11661A is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1710226-
CMYK0.8300.750.6
HSL126.35º71.43%23.33%-
HSV(B)126.35º83.33%40%-
XYZ5.179.72.58-
YUV67.92104.3491.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 102 (40.23% from 255) = 70.34%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=11.72%
G=70.34%
B=17.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17102260.8300.750.6126.3571.4323.33
Hex11661A5304B3C7e4717
Octal211463212301137417610727
Binary100011100110110101010011010010111111001111110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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