#115720

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

Shades of Crusoe #115720

Tints of Crusoe #115720

Color information

#115720 (or 0x115720) is unknown color: approx Crusoe. HEX triplet: 11, 57 and 20. RGB value is (17,87,32). Sum of RGB (Red+Green+Blue) = 17+87+32=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 87 (34.38% from 255 or 63.97% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 87 - color contains mainly: green. Hex color #115720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115720 is #EEA8DF. Grayscale: #3B3B3B. Windows color (decimal): -15640800 or 2119441. OLE color: 2119441.

HSL color Cylindrical-coordinate representation of color #115720: hue angle of 132.86º 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 #115720 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB178732-
CMYK0.8000.630.66
HSL132.86º67.31%20.39%-
HSV(B)132.86º80.46%34.12%-
XYZ3.97.042.52-
YUV59.8112.3197.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 87 (34.38% from 255) = 63.97%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=12.5%
G=63.97%
B=23.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1787320.8000.630.66132.8667.3120.39
Hex1157205003F42854314
Octal211274012007710220510324
Binary10001101011110000010100000111111100001010000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115720; }

 p { color: rgb(17,87,32); }

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

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

 a { background-color: rgb(17,87,32); }

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

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

 span { border-color: rgb(17,87,32); }

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