#115622

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

Shades of Crusoe #115622

Tints of Crusoe #115622

Color information

#115622 (or 0x115622) is unknown color: approx Crusoe. HEX triplet: 11, 56 and 22. RGB value is (17,86,34). Sum of RGB (Red+Green+Blue) = 17+86+34=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 86 (33.98% from 255 or 62.77% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 86 - color contains mainly: green. Hex color #115622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115622 is #EEA9DD. Grayscale: #3B3B3B. Windows color (decimal): -15641054 or 2250257. OLE color: 2250257.

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

Color convert

RGB178634-
CMYK0.8000.600.66
HSL134.78º66.99%20.2%-
HSV(B)134.78º80.23%33.73%-
XYZ3.856.892.64-
YUV59.44113.6497.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 86 (33.98% from 255) = 62.77%
BLUE value IS 34 (13.67% from 255) = 24.82%
R=12.41%
G=62.77%
B=24.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1786340.8000.600.66134.7866.9920.2
Hex1156225003C42874314
Octal211264212007410220710324
Binary10001101011010001010100000111100100001010000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115622; }

 p { color: rgb(17,86,34); }

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

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

 a { background-color: rgb(17,86,34); }

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

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

 span { border-color: rgb(17,86,34); }

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