#115829

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

Shades of Crusoe #115829

Tints of Crusoe #115829

Color information

#115829 (or 0x115829) is unknown color: approx Crusoe. HEX triplet: 11, 58 and 29. RGB value is (17,88,41). Sum of RGB (Red+Green+Blue) = 17+88+41=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #115829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115829 is #EEA7D6. Grayscale: #3D3D3D. Windows color (decimal): -15640535 or 2709521. OLE color: 2709521.

HSL color Cylindrical-coordinate representation of color #115829: hue angle of 140.28º 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 #115829 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB178841-
CMYK0.8100.530.65
HSL140.28º67.62%20.59%-
HSV(B)140.28º80.68%34.51%-
XYZ4.127.263.28-
YUV61.41116.4896.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 88 (34.77% from 255) = 60.27%
BLUE value IS 41 (16.41% from 255) = 28.08%
R=11.64%
G=60.27%
B=28.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1788410.8100.530.65140.2867.6220.59
Hex11582951035418c4415
Octal211305112106510121410425
Binary10001101100010100110100010110101100000110001100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115829; }

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

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

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

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

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

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

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

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