#115121

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

Shades of Crusoe #115121

Tints of Crusoe #115121

Color information

#115121 (or 0x115121) is unknown color: approx Crusoe. HEX triplet: 11, 51 and 21. RGB value is (17,81,33). Sum of RGB (Red+Green+Blue) = 17+81+33=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 81 (32.03% from 255 or 61.83% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 81 - color contains mainly: green. Hex color #115121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115121 is #EEAEDE. Grayscale: #383838. Windows color (decimal): -15642335 or 2183441. OLE color: 2183441.

HSL color Cylindrical-coordinate representation of color #115121: hue angle of 135º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115121 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB178133-
CMYK0.7900.590.68
HSL135º65.31%19.22%-
HSV(B)135º79.01%31.76%-
XYZ3.456.112.44-
YUV56.39114.899.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 81 (32.03% from 255) = 61.83%
BLUE value IS 33 (13.28% from 255) = 25.19%
R=12.98%
G=61.83%
B=25.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1781330.7900.590.6813565.3119.22
Hex1151214F03B44874113
Octal211214111707310420710123
Binary10001101000110000110011110111011100010010000111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115121; }

 p { color: rgb(17,81,33); }

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

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

 a { background-color: rgb(17,81,33); }

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

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

 span { border-color: rgb(17,81,33); }

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