#185331

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

Shades of Crusoe #185331

Tints of Crusoe #185331

Color information

#185331 (or 0x185331) is unknown color: approx Crusoe. HEX triplet: 18, 53 and 31. RGB value is (24,83,49). Sum of RGB (Red+Green+Blue) = 24+83+49=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #185331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185331 is #E7ACCE. Grayscale: #3D3D3D. Windows color (decimal): -15183055 or 3232536. OLE color: 3232536.

HSL color Cylindrical-coordinate representation of color #185331: hue angle of 145.42º degrees, saturation: 0.55, 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 #185331 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB248349-
CMYK0.7100.410.67
HSL145.42º55.14%20.98%-
HSV(B)145.42º71.08%32.55%-
XYZ4.026.63.97-
YUV61.48120.95101.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 83 (32.81% from 255) = 53.21%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=15.38%
G=53.21%
B=31.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483490.7100.410.67145.4255.1420.98
Hex1853314702943913715
Octal30123611070511032216725
Binary1100010100111100011000111010100110000111001000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185331; }

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

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

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

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

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

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

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

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