#115927

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

Shades of Crusoe #115927

Tints of Crusoe #115927

Color information

#115927 (or 0x115927) is unknown color: approx Crusoe. HEX triplet: 11, 59 and 27. RGB value is (17,89,39). Sum of RGB (Red+Green+Blue) = 17+89+39=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #115927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115927 is #EEA6D8. Grayscale: #3D3D3D. Windows color (decimal): -15640281 or 2578705. OLE color: 2578705.

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

Color convert

RGB178939-
CMYK0.8100.560.65
HSL138.33º67.92%20.78%-
HSV(B)138.33º80.9%34.9%-
XYZ4.177.413.13-
YUV61.77115.1596.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 89 (35.16% from 255) = 61.38%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=11.72%
G=61.38%
B=26.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1789390.8100.560.65138.3367.9220.78
Hex11592751038418a4415
Octal211314712107010121210425
Binary10001101100110011110100010111000100000110001010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115927; }

 p { color: rgb(17,89,39); }

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

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

 a { background-color: rgb(17,89,39); }

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

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

 span { border-color: rgb(17,89,39); }

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