#115623

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

Shades of Crusoe #115623

Tints of Crusoe #115623

Color information

#115623 (or 0x115623) is unknown color: approx Crusoe. HEX triplet: 11, 56 and 23. RGB value is (17,86,35). Sum of RGB (Red+Green+Blue) = 17+86+35=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 86 (33.98% from 255 or 62.32% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 86 - color contains mainly: green. Hex color #115623 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115623 is #EEA9DC. Grayscale: #3B3B3B. Windows color (decimal): -15641053 or 2315793. OLE color: 2315793.

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

Color convert

RGB178635-
CMYK0.8000.590.66
HSL135.65º66.99%20.2%-
HSV(B)135.65º80.23%33.73%-
XYZ3.866.92.72-
YUV59.56114.1497.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.32%
GREEN value IS 86 (33.98% from 255) = 62.32%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=12.32%
G=62.32%
B=25.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1786350.8000.590.66135.6566.9920.2
Hex1156235003B42884314
Octal211264312007310221010324
Binary10001101011010001110100000111011100001010001000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115623; }

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

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

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

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

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

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

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

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