#115534

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

Shades of Crusoe #115534

Tints of Crusoe #115534

Color information

#115534 (or 0x115534) is unknown color: approx Crusoe. HEX triplet: 11, 55 and 34. RGB value is (17,85,52). Sum of RGB (Red+Green+Blue) = 17+85+52=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #115534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115534 is #EEAACB. Grayscale: #3C3C3C. Windows color (decimal): -15641292 or 3429649. OLE color: 3429649.

HSL color Cylindrical-coordinate representation of color #115534: hue angle of 150.88º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115534 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB178552-
CMYK0.8000.390.67
HSL150.88º66.67%20%-
HSV(B)150.88º80%33.33%-
XYZ4.16.864.36-
YUV60.91122.9796.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.04%
GREEN value IS 85 (33.59% from 255) = 55.19%
BLUE value IS 52 (20.70% from 255) = 33.77%
R=11.04%
G=55.19%
B=33.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785520.8000.390.67150.8866.6720
Hex1155345002743974314
Octal211256412004710322710324
Binary10001101010111010010100000100111100001110010111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115534; }

 p { color: rgb(17,85,52); }

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

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

 a { background-color: rgb(17,85,52); }

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

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

 span { border-color: rgb(17,85,52); }

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