#115822

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

Shades of Crusoe #115822

Tints of Crusoe #115822

Color information

#115822 (or 0x115822) is unknown color: approx Crusoe. HEX triplet: 11, 58 and 22. RGB value is (17,88,34). Sum of RGB (Red+Green+Blue) = 17+88+34=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #115822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115822 is #EEA7DD. Grayscale: #3C3C3C. Windows color (decimal): -15640542 or 2250769. OLE color: 2250769.

HSL color Cylindrical-coordinate representation of color #115822: hue angle of 134.37º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115822 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB178834-
CMYK0.8100.610.65
HSL134.37º67.62%20.59%-
HSV(B)134.37º80.68%34.51%-
XYZ4.017.212.69-
YUV60.61112.9896.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 88 (34.77% from 255) = 63.31%
BLUE value IS 34 (13.67% from 255) = 24.46%
R=12.23%
G=63.31%
B=24.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1788340.8100.610.65134.3767.6220.59
Hex1158225103D41864415
Octal211304212107510120610425
Binary10001101100010001010100010111101100000110000110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115822; }

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

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

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

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

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

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

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

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