#115826

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

Shades of Crusoe #115826

Tints of Crusoe #115826

Color information

#115826 (or 0x115826) is unknown color: approx Crusoe. HEX triplet: 11, 58 and 26. RGB value is (17,88,38). Sum of RGB (Red+Green+Blue) = 17+88+38=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #115826 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115826 is #EEA7D9. Grayscale: #3D3D3D. Windows color (decimal): -15640538 or 2512913. OLE color: 2512913.

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

Color convert

RGB178838-
CMYK0.8100.570.65
HSL137.75º67.62%20.59%-
HSV(B)137.75º80.68%34.51%-
XYZ4.077.243.02-
YUV61.07114.9896.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 88 (34.77% from 255) = 61.54%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=11.89%
G=61.54%
B=26.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1788380.8100.570.65137.7567.6220.59
Hex11582651039418a4415
Octal211304612107110121210425
Binary10001101100010011010100010111001100000110001010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115826; }

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

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

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

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

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

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

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

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