#185431

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

Shades of Crusoe #185431

Tints of Crusoe #185431

Color information

#185431 (or 0x185431) is unknown color: approx Crusoe. HEX triplet: 18, 54 and 31. RGB value is (24,84,49). Sum of RGB (Red+Green+Blue) = 24+84+49=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #185431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185431 is #E7ABCE. Grayscale: #3E3E3E. Windows color (decimal): -15182799 or 3232792. OLE color: 3232792.

HSL color Cylindrical-coordinate representation of color #185431: hue angle of 145º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185431 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB248449-
CMYK0.7100.420.67
HSL145º55.56%21.18%-
HSV(B)145º71.43%32.94%-
XYZ4.16.763.99-
YUV62.07120.62100.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=15.29%
G=53.50%
B=31.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484490.7100.420.6714555.5621.18
Hex1854314702A43913815
Octal30124611070521032217025
Binary1100010101001100011000111010101010000111001000111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185431; }

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

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

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

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

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

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

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

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