#11541F

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

Shades of Crusoe #11541F

Tints of Crusoe #11541F

Color information

#11541F (or 0x11541F) is unknown color: approx Crusoe. HEX triplet: 11, 54 and 1F. RGB value is (17,84,31). Sum of RGB (Red+Green+Blue) = 17+84+31=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 84 (33.20% from 255 or 63.64% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 84 - color contains mainly: green. Hex color #11541F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11541F is #EEABE0. Grayscale: #3A3A3A. Windows color (decimal): -15641569 or 2053137. OLE color: 2053137.

HSL color Cylindrical-coordinate representation of color #11541F: hue angle of 132.54º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11541F is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB178431-
CMYK0.8000.630.67
HSL132.54º66.34%19.8%-
HSV(B)132.54º79.76%32.94%-
XYZ3.656.562.37-
YUV57.92112.898.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 84 (33.20% from 255) = 63.64%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=12.88%
G=63.64%
B=23.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1784310.8000.630.67132.5466.3419.8
Hex11541F5003F43854214
Octal211243712007710320510224
Binary1000110101001111110100000111111100001110000101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11541F; }

 p { color: rgb(17,84,31); }

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

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

 a { background-color: rgb(17,84,31); }

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

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

 span { border-color: rgb(17,84,31); }

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