#186131

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

Shades of Crusoe #186131

Tints of Crusoe #186131

Color information

#186131 (or 0x186131) is unknown color: approx Crusoe. HEX triplet: 18, 61 and 31. RGB value is (24,97,49). Sum of RGB (Red+Green+Blue) = 24+97+49=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #186131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186131 is #E79ECE. Grayscale: #454545. Windows color (decimal): -15179471 or 3236120. OLE color: 3236120.

HSL color Cylindrical-coordinate representation of color #186131: hue angle of 140.55º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #186131 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB249749-
CMYK0.7500.490.62
HSL140.55º60.33%23.73%-
HSV(B)140.55º75.26%38.04%-
XYZ5.218.974.36-
YUV69.7116.3295.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 97 (38.28% from 255) = 57.06%
BLUE value IS 49 (19.53% from 255) = 28.82%
R=14.12%
G=57.06%
B=28.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497490.7500.490.62140.5560.3323.73
Hex1861314B0313E8d3c18
Octal3014161113061762157430
Binary110001100001110001100101101100011111101000110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186131; }

 p { color: rgb(24,97,49); }

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

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

 a { background-color: rgb(24,97,49); }

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

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

 span { border-color: rgb(24,97,49); }

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