#18572E

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

Shades of Crusoe #18572E

Tints of Crusoe #18572E

Color information

#18572E (or 0x18572E) is unknown color: approx Crusoe. HEX triplet: 18, 57 and 2E. RGB value is (24,87,46). Sum of RGB (Red+Green+Blue) = 24+87+46=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 87 (34.38% from 255 or 55.41% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 87 - color contains mainly: green. Hex color #18572E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18572E is #E7A8D1. Grayscale: #3F3F3F. Windows color (decimal): -15182034 or 3036952. OLE color: 3036952.

HSL color Cylindrical-coordinate representation of color #18572E: hue angle of 140.95º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18572E is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB248746-
CMYK0.7200.470.66
HSL140.95º56.76%21.76%-
HSV(B)140.95º72.41%34.12%-
XYZ4.287.213.75-
YUV63.49118.1399.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 87 (34.38% from 255) = 55.41%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=15.29%
G=55.41%
B=29.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2487460.7200.470.66140.9556.7621.76
Hex18572E4802F428d3916
Octal30127561100571022157126
Binary1100010101111011101001000010111110000101000110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18572E; }

 p { color: rgb(24,87,46); }

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

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

 a { background-color: rgb(24,87,46); }

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

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

 span { border-color: rgb(24,87,46); }

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